summaryrefslogtreecommitdiff
path: root/usr.bin/renice
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-17 13:36:25 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-17 13:36:25 +0000
commit1d600474b10413bae7e3dc1130f1f537f87421a6 (patch)
tree89b8256e34d6a25b74cc767b8becfc82f210e939 /usr.bin/renice
parentb49ecb86d05c9a124a72ab6870d836d5e38279e4 (diff)
downloadsrc-test-1d600474b10413bae7e3dc1130f1f537f87421a6.tar.gz
src-test-1d600474b10413bae7e3dc1130f1f537f87421a6.zip
Sort sections, use Dl for the example so it stands out more.
Notes
Notes: svn path=/head/; revision=98344
Diffstat (limited to 'usr.bin/renice')
-rw-r--r--usr.bin/renice/renice.811
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8
index 09343d35630d3..ed50a8b2181ed 100644
--- a/usr.bin/renice/renice.8
+++ b/usr.bin/renice/renice.8
@@ -83,9 +83,8 @@ interpretation to be (the default) process ID's.
.El
.Pp
For example,
-.Bd -literal -offset
-renice +1 987 -u daemon root -p 32
-.Ed
+.Pp
+.Dl "renice +1 987 -u daemon root -p 32"
.Pp
would change the priority of process ID's 987 and 32, and
all processes owned by users daemon and root.
@@ -119,11 +118,11 @@ to map user names to user ID's
.Xr rtprio 1 ,
.Xr getpriority 2 ,
.Xr setpriority 2
-.Sh BUGS
-Non super-users cannot increase scheduling priorities of their own processes,
-even if they were the ones that decreased the priorities in the first place.
.Sh HISTORY
The
.Nm
command appeared in
.Bx 4.0 .
+.Sh BUGS
+Non super-users cannot increase scheduling priorities of their own processes,
+even if they were the ones that decreased the priorities in the first place.