summaryrefslogtreecommitdiffstats
path: root/usr.bin/renice
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-17 13:36:25 +0000
committertjr <tjr@FreeBSD.org>2002-06-17 13:36:25 +0000
commita763475fb17e86fa1d706edc842348e0764c7804 (patch)
tree89b8256e34d6a25b74cc767b8becfc82f210e939 /usr.bin/renice
parent66c467d04e4c97adee7c7d8137b1f51dc8f0ad15 (diff)
downloadFreeBSD-src-a763475fb17e86fa1d706edc842348e0764c7804.zip
FreeBSD-src-a763475fb17e86fa1d706edc842348e0764c7804.tar.gz
Sort sections, use Dl for the example so it stands out more.
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 09343d3..ed50a8b 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.
OpenPOWER on IntegriCloud