From: Michael Kerrisk Date: Sun, 27 Nov 2016 15:36:03 +0000 (+0100) Subject: nice.2: add reference to sched(7) for further details on the nice value X-Git-Tag: man-pages-4.09~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dde57ed45a8642912f0326ab6e0c7c6ff06befd1;p=thirdparty%2Fman-pages.git nice.2: add reference to sched(7) for further details on the nice value Signed-off-by: Michael Kerrisk --- diff --git a/man2/nice.2 b/man2/nice.2 index 38f9e18f7d..623c46ab63 100644 --- a/man2/nice.2 +++ b/man2/nice.2 @@ -83,6 +83,9 @@ SVr4 documents an additional .B EINVAL error code. .SH NOTES +For further details on the nice value, see +.BR sched (7). + SUSv2 and POSIX.1 specify that .BR nice () should return the new nice value.