getpriority.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-06-24 14:33:19 +02:00
parent 7065339f71
commit b0ce4533dc
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ The glibc wrapper functions for these system calls handle the
translations between the user-land and kernel representations
of the nice value according to the formula
.IR "unice\ =\ 20\ \-\ knice" .
(Thus, the kernels 40..1 range corresponds to the
(Thus, the kernel's 40..1 range corresponds to the
range \-20..19 as seen by user space.)
.SH BUGS
According to POSIX, the nice value is a per-process setting.