Very minor rewording.

This commit is contained in:
Michael Kerrisk 2006-07-22 14:10:33 +00:00
parent 70cbdedffa
commit 2cab31c61d
1 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,12 @@ soft resource limit of the target process; see
.BR getrlimit (2)
for details.
.SH NOTES
A child created by
.BR fork (2)
inherits its parent's nice value.
The nice value is preserved across
.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
all System V-like systems.