diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-15 08:25:34 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-15 08:25:34 +0000 |
commit | 678c6e21bdb43635b32b6790dfa43f6da47b02b8 (patch) | |
tree | c5218ca0400bd635e77d24454325d93375982cca /usr.bin/renice | |
parent | ebc58e0b201854721b5e4c92e183c97b3e2aa674 (diff) | |
download | FreeBSD-src-678c6e21bdb43635b32b6790dfa43f6da47b02b8.zip FreeBSD-src-678c6e21bdb43635b32b6790dfa43f6da47b02b8.tar.gz |
Various man page cleanup:
- Sort xrefs
- Be consistent with section names as outlines in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
Diffstat (limited to 'usr.bin/renice')
-rw-r--r-- | usr.bin/renice/renice.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index abf0e03..1e99fce 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)renice.8 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $Id: renice.8,v 1.3 1999/07/12 20:23:54 nik Exp $ .\" .Dd June 9, 1993 .Dt RENICE 8 @@ -121,9 +121,9 @@ to map user names to user ID's .El .Sh SEE ALSO .Xr nice 1 , +.Xr rtprio 1 , .Xr getpriority 2 , -.Xr setpriority 2 , -.Xr rtprio 1 +.Xr setpriority 2 .Sh BUGS Non super-users can not increase scheduling priorities of their own processes, even if they were the ones that decreased the priorities in the first place. |