From: Michael Kerrisk Date: Sat, 22 Jul 2006 14:12:19 +0000 (+0000) Subject: (Previous change) Noted effect of fork() and execve() on nice value. X-Git-Tag: man-pages-2.37~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27cb988470dada6e651dbef13382f09dd567009b;p=thirdparty%2Fman-pages.git (Previous change) Noted effect of fork() and execve() on nice value. --- diff --git a/man2/getpriority.2 b/man2/getpriority.2 index 89b258b613..fc231808c1 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -155,7 +155,7 @@ A child created by .BR fork (2) inherits its parent's nice value. The nice value is preserved across -.BR execve (2). +.BR execve (2). The details on the condition for EPERM depend on the system. The above description is what SUSv3 says, and seems to be followed on