diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/renice | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/renice')
-rw-r--r-- | usr.bin/renice/renice.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 699011b1482..c88d4d0ed66 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.11 2000/04/15 11:45:55 aaron Exp $ +.\" $OpenBSD: renice.8,v 1.12 2000/11/10 05:10:39 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,11 +127,11 @@ for mapping user names to user IDs .Xr nice 1 , .Xr getpriority 2 , .Xr setpriority 2 -.Sh BUGS -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 .Nm command appeared in .Bx 4.0 . +.Sh BUGS +Non-superusers cannot increase scheduling priorities of their own processes, +even if they were the ones that decreased the priorities in the first place. |