nice.2: add reference to sched(7) for further details on the nice value

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-27 16:36:03 +01:00
parent 115366c6f3
commit dde57ed45a
1 changed files with 3 additions and 0 deletions

View File

@ -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.