From 248874b1ac3891adddcc5983ad149106ca406953 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Dec 2016 07:28:09 +0100 Subject: [PATCH] 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: --- sys-utils/renice.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3