diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
commit | fd80bd85aae74b486ef6875e2553afa55b9499e0 (patch) | |
tree | 745201ae517ef3469e3bafc20c5bb76de8b3bffa /usr.bin/nice | |
parent | 06e3579118de0e275610c2060770fff7febe25c6 (diff) |
Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.
Diffstat (limited to 'usr.bin/nice')
-rw-r--r-- | usr.bin/nice/nice.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 36955858aab..d7ce4f12020 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.8 2000/04/15 11:45:55 aaron Exp $ +.\" $OpenBSD: nice.1,v 1.9 2000/11/09 17:52:27 aaron Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -61,7 +61,7 @@ The priority can be adjusted over a range of \-20 (the highest) to 20 (the lowest). .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl n Ar increment A positive or negative decimal integer used to modify the system scheduling priority of |