diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 20:24:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 20:24:37 +0000 |
commit | e66da61d76697634a25c21305ff905e875111aa5 (patch) | |
tree | b413a712a4e886b06cf7342d92e146cad2b7c2ff /usr.bin/nice | |
parent | a955402139ba46da5c8d7fd2cbf441b6fbfbe56b (diff) |
More consistent introduction to options.
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 32114ec6f34..f9acdc091c3 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.5 1999/06/05 01:21:35 aaron Exp $ +.\" $OpenBSD: nice.1,v 1.6 1999/10/17 20:24:33 aaron Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -60,7 +60,7 @@ a negative The priority can be adjusted over a range of \-20 (the highest) to 20 (the lowest). .Pp -Available options: +The options are as follows: .Bl -tag -width indent .It Fl n Ar increment A positive or negative decimal integer used to modify the system scheduling |