summaryrefslogtreecommitdiffstats
path: root/sys-utils/renice.1
diff options
context:
space:
mode:
authorBenno Schulenberg2013-05-29 19:47:48 +0200
committerKarel Zak2013-06-07 11:31:37 +0200
commitbb3e58088aa7f924c0d1fbb6adadba580c3202e4 (patch)
treea30f6ec4a3d38787ceb541505b7f6a7052b63959 /sys-utils/renice.1
parenttextual: standardize synopsis for login, and improve an error message (diff)
downloadkernel-qcow2-util-linux-bb3e58088aa7f924c0d1fbb6adadba580c3202e4.tar.gz
kernel-qcow2-util-linux-bb3e58088aa7f924c0d1fbb6adadba580c3202e4.tar.xz
kernel-qcow2-util-linux-bb3e58088aa7f924c0d1fbb6adadba580c3202e4.zip
textual: standardize the spelling of "superuser"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/renice.1')
-rw-r--r--sys-utils/renice.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/renice.1 b/sys-utils/renice.1
index 705138cf6..f90ebe22b 100644
--- a/sys-utils/renice.1
+++ b/sys-utils/renice.1
@@ -83,12 +83,12 @@ PIDs 987 and 32, plus all processes owned by the users daemon and root:
.TP
.B " renice" +1 987 -u daemon root -p 32
.SH NOTES
-Users other than the super-user may only alter the priority of processes they
+Users other than the superuser may only alter the priority of processes they
own, and can only monotonically increase their ``nice value'' (for security
reasons) within the range 0 to
.BR PRIO_MAX \ (20),
unless a nice resource limit is set (Linux 2.6.12 and higher). The
-super-user may alter the priority of any process and set the priority to any
+superuser may alter the priority of any process and set the priority to any
value in the range
.BR PRIO_MIN \ (\-20)
to
@@ -104,7 +104,7 @@ to map user names to user IDs
.BR getpriority (2),
.BR setpriority (2)
.SH BUGS
-Non super-users can not increase scheduling priorities of their own processes,
+Non-superusers cannot increase scheduling priorities of their own processes,
even if they were the ones that decreased the priorities in the first place.
.PP
The Linux kernel (at least version 2.0.0) and linux libc (at least version