From 7d5b6eb81214107ca34229fd6f0abe89b13a4929 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Jul 2005 12:33:20 +0000 Subject: [PATCH] Added sentence noting that range of nice value is described in getpriority.2 --- man2/nice.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man2/nice.2 b/man2/nice.2 index 38dd46751..d5c897202 100644 --- a/man2/nice.2 +++ b/man2/nice.2 @@ -42,6 +42,8 @@ adds to the nice value for the calling process. (A large nice value means a low priority.) Only the super\%user may specify a negative increment, or priority increase. +The range for nice values is described in +.BR getpriority (2). .SH "RETURN VALUE" On success, the new nice value is returned (but see NOTES below). On error, \-1 is returned, and