diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-11-29 06:55:13 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-11-29 06:55:13 +0000 |
commit | 3e3a389b76d470cf81da9d822066737c29d0e3d5 (patch) | |
tree | 77f2f0f94cc5a1b3c1ee71087b85a6f9557ad2fb /usr.bin | |
parent | 04e161e4991f9030150820adb770c63ee48e0214 (diff) | |
download | FreeBSD-src-3e3a389b76d470cf81da9d822066737c29d0e3d5.zip FreeBSD-src-3e3a389b76d470cf81da9d822066737c29d0e3d5.tar.gz |
Fix a typo and a punctuation mistake, the two of which conspired
against the reader.
Diffstat (limited to 'usr.bin')
-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 b239406..e68fc15 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -51,9 +51,9 @@ at a low priority. (Think of low and slow). If .Fl Ns Ar number -is not given +is not given, .Nm -assumed the value 10. +assumes the value 10. The priority is a value in the range -20 to 20. The default priority is 0, priority 20 is the lowest possible. .Nm Nice |