From 653c1fe2e2fa0a222eba8951cdfb7644724c73c6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 2 Jul 2016 00:32:32 +0200 Subject: [PATCH] getpriority.2: Note that getpriority()/setpriority deal with same attribute as nice(2) Signed-off-by: Michael Kerrisk --- man2/getpriority.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/getpriority.2 b/man2/getpriority.2 index e947c5a63..ecbef057f 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -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