nice.2: Clarify that nice() changes the nice value of the calling *thread*

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-28 06:58:54 +01:00
parent 268c281777
commit 57865ad728
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ _XOPEN_SOURCE
.BR nice ()
adds
.I inc
to the nice value for the calling process.
to the nice value for the calling thread.
(A higher nice value means a low priority.)
Only the super\%user may specify a negative increment,
or priority increase.