diff options
Diffstat (limited to 'man2/getpriority.2')
| -rw-r--r-- | man2/getpriority.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/getpriority.2 b/man2/getpriority.2 index 39960f6810..b3a3c563a3 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -96,7 +96,7 @@ call returns the highest priority (lowest numerical value) enjoyed by any of the specified processes. The .B setpriority call sets the priorities of all of the specified processes -to the specified value. Only the super-user may lower priorities. +to the specified value. Only the superuser may lower priorities. .SH "RETURN VALUE" Since .B getpriority @@ -139,7 +139,7 @@ and (on Linux systems) the caller did not have the capability. .TP .B EACCES -A non super-user attempted to lower a process priority. +A non superuser attempted to lower a process priority. .SH NOTES The details on the condition for EPERM depend on the system. The above description is what SUSv3 says, and seems to be followed on |
