summaryrefslogtreecommitdiffstats
path: root/usr.bin/nice
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-23 11:21:20 +0000
committertjr <tjr@FreeBSD.org>2002-06-23 11:21:20 +0000
commitd36a7f3bfc4fbc5980e02ad5d6604048828225b7 (patch)
tree5397822a6416080e66eb5fe06a6a918fc7a698e5 /usr.bin/nice
parent16aa922293646d81650d114d204793f0f8658fcf (diff)
downloadFreeBSD-src-d36a7f3bfc4fbc5980e02ad5d6604048828225b7.zip
FreeBSD-src-d36a7f3bfc4fbc5980e02ad5d6604048828225b7.tar.gz
Make the Examples section consistent with the rest of the system manual
pages: description of command first, then command as typed (no shell prompt) using Dl macro.
Diffstat (limited to 'usr.bin/nice')
-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 1549540..c9d2d76 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
OpenPOWER on IntegriCloud