summaryrefslogtreecommitdiffstats
path: root/usr.bin/nice
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerdd <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commit911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/nice
parenta145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff)
downloadFreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip
FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz
Remove whitespace at EOL.
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 9ad70c9..5e2a180 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
OpenPOWER on IntegriCloud