getpriority.2: Note that getpriority()/setpriority deal with same attribute as nice(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-07-02 00:32:32 +02:00
parent 659cc17f4f
commit 653c1fe2e2
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ is obtained with the
call and set with the
.BR setpriority ()
call.
The process attribute dealt with by these system calls is
the same attribute (also known as the "nice" value) that is dealt with by
.BR nice (2).
The value
.I which