aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nice
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/nice
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
downloadsrc-f247324df75b7f55b48b92acb3b42a5ae2deac8a.tar.gz
src-f247324df75b7f55b48b92acb3b42a5ae2deac8a.zip
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79755
Diffstat (limited to 'usr.bin/nice')
-rw-r--r--usr.bin/nice/nice.116
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index 9ad70c9ef564..5e2a180914e2 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -52,21 +52,21 @@ at a low priority.
If
.Fl Ns Ar number
is not given,
-.Nm
+.Nm
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.
+The default priority is 0, priority 20 is the lowest possible.
.Nm Nice
will execute
.Ar command
at priority
.Ar number
relative to the priority
-of
+of
.Nm .
Higher priorities than the
current process priority can only requested by the
-super-user.
+super-user.
Negative numbers are expressed as
.Fl - Ns Ar number .
.Pp
@@ -83,15 +83,15 @@ manual page.
.Sh EXAMPLES
$ nice -5 date
.Pp
-Execute command
-.Sq date
+Execute command
+.Sq date
at priority 5 assuming the priority of the
shell is 0.
.Pp
# nice -16 nice --35 date
.Pp
-Execute command
-.Sq date
+Execute command
+.Sq date
at priority -19 assuming the priority of the
shell is 0 and you are the super-user.
.Sh SEE ALSO