diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /usr.bin/nice | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'usr.bin/nice')
-rw-r--r-- | usr.bin/nice/nice.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 969fae0dd15..36955858aab 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.7 2000/03/10 19:07:22 aaron Exp $ +.\" $OpenBSD: nice.1,v 1.8 2000/04/15 11:45:55 aaron Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -54,7 +54,7 @@ If an .Ar increment is given, it is used; otherwise an increment of 10 is assumed. -The super-user can run utilities with priorities higher than normal by using +The superuser can run utilities with priorities higher than normal by using a negative .Ar increment . The priority can be adjusted over a @@ -118,4 +118,4 @@ The form nices to positive nice, and .Ql nice \-10 can be used -by the super-user to give a process more of the processor. +by the superuser to give a process more of the processor. |