summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-23 11:21:20 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-23 11:21:20 +0000
commitc8c46b430760576287ecded932a447d57e684263 (patch)
tree5397822a6416080e66eb5fe06a6a918fc7a698e5
parent2f8ebbf49ffa6331ca885620093b9029fa26dd1d (diff)
Notes
-rw-r--r--usr.bin/nice/nice.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index 1549540a2d7e1..c9d2d7658c1b9 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -65,19 +65,19 @@ Consult the
.Xr builtin 1
manual page.
.Sh EXAMPLES
-$ nice -n 5 date
-.Pp
Execute utility
.Sq date
at priority 5 assuming the priority of the
-shell is 0.
+shell is 0:
.Pp
-# nice -n 16 nice -n -35 date
+.Dl "nice -n 5 date"
.Pp
Execute utility
.Sq date
at priority -19 assuming the priority of the
-shell is 0 and you are the super-user.
+shell is 0 and you are the super-user:
+.Pp
+.Dl "nice -n 16 nice -n -35 date"
.Sh DIAGNOSTICS
If
.Ar utility