diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 20:02:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 20:02:25 +0000 |
commit | 1bef692c0a2b1ce14d5beed2f092a198e3c9def3 (patch) | |
tree | 6cb5173c8f97ad35f36acd5db35e8eaf7e0ceb88 /usr.bin/renice | |
parent | 74adea5e52c0ee31d103670f52e3d0e7174668bc (diff) |
Try to standardize the options list introduction; it should read "The options
are as follows:", except in special cases.
Diffstat (limited to 'usr.bin/renice')
-rw-r--r-- | usr.bin/renice/renice.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 94e3027bbd4..7ee47b1cfa5 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.8 1999/06/05 01:21:38 aaron Exp $ +.\" $OpenBSD: renice.8,v 1.9 2000/03/04 20:02:23 aaron Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -72,8 +72,7 @@ their scheduling priority altered. By default, the processes to be affected are specified by their process IDs. .Pp -Options supported by -.Nm renice : +The options are as follows: .Bl -tag -width Ds .It Fl g Force @@ -119,7 +118,7 @@ anything negative (to make things go very fast). .Sh FILES .Bl -tag -width /etc/passwd -compact .It Pa /etc/passwd -to map user names to user IDs +for mapping user names to user IDs .El .Sh SEE ALSO .Xr nice 1 , |