diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | e8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/nice/nice.1 | |
parent | 1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff) |
Use `The .Nm utility'
Notes
Notes:
svn path=/head/; revision=95124
Diffstat (limited to 'usr.bin/nice/nice.1')
-rw-r--r-- | usr.bin/nice/nice.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 5e2a180914e2..35a3244ccc7b 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -44,8 +44,9 @@ .Ar command .Op Ar arguments .Sh DESCRIPTION -.Nm Nice -runs +The +.Nm +utility runs .Ar command at a low priority. (Think of low and slow). @@ -56,8 +57,9 @@ is not given, 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 -will execute +The +.Nm +utility will execute .Ar command at priority .Ar number |