summaryrefslogtreecommitdiff
path: root/usr.bin/renice
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
commit85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch)
treeb9cba2183a2d7100b412afdd5c1220359e582d77 /usr.bin/renice
parent66c4835634f1e74242f62bb59553d61059dc1a46 (diff)
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes. - Some `id' -> `ID'.
Diffstat (limited to 'usr.bin/renice')
-rw-r--r--usr.bin/renice/renice.811
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8
index 9a8ce764511..699011b1482 100644
--- a/usr.bin/renice/renice.8
+++ b/usr.bin/renice/renice.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: renice.8,v 1.10 2000/03/10 20:17:50 aaron Exp $
+.\" $OpenBSD: renice.8,v 1.11 2000/04/15 11:45:55 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -56,8 +56,7 @@
.Oc
.Sh DESCRIPTION
.Nm
-alters the
-scheduling
+alters the scheduling
.Ar priority
(an integer) of one or more running processes.
The following
@@ -97,7 +96,7 @@ renice +1 987 -u daemon root -p 32
would change the priority of process IDs 987 and 32, and
all processes owned by users daemon and root.
.Pp
-Users other than the super-user may only alter the priority of
+Users other than the superuser may only alter the priority of
processes they own,
and can only monotonically increase their
.Dq nice value
@@ -105,7 +104,7 @@ within the range 0 to
.Dv PRIO_MAX
(20).
(This prevents overriding administrative fiats.)
-The super-user
+The superuser
may alter the priority of any process
and set the priority to any value in the range
.Dv PRIO_MIN
@@ -129,7 +128,7 @@ for mapping user names to user IDs
.Xr getpriority 2 ,
.Xr setpriority 2
.Sh BUGS
-Non-super-users cannot 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.
.Sh HISTORY
The