From: Michael Kerrisk Date: Mon, 5 Dec 2016 06:28:09 +0000 (+0100) Subject: docs: renice(1): Add SEE ALSO entry for sched(7) X-Git-Tag: v2.30-rc1~352^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248874b1ac3891adddcc5983ad149106ca406953;p=thirdparty%2Futil-linux.git docs: renice(1): Add SEE ALSO entry for sched(7) The sched(7) page as of the most recent release contains detailed information on the 'nice' value, including a discussion of autogrouping, which has surprising interactions with the process nice value. Signed-off-by: --- diff --git a/sys-utils/renice.1 b/sys-utils/renice.1 index 7cd9e89096..c440377061 100644 --- a/sys-utils/renice.1 +++ b/sys-utils/renice.1 @@ -105,7 +105,8 @@ to map user names to user IDs .SH SEE ALSO .BR nice (1), .BR getpriority (2), -.BR setpriority (2) +.BR setpriority (2), +.BR sched (7) .SH HISTORY The .B renice