From 1d600474b10413bae7e3dc1130f1f537f87421a6 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 17 Jun 2002 13:36:25 +0000 Subject: [PATCH] Sort sections, use Dl for the example so it stands out more. --- usr.bin/renice/renice.8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 09343d35630d..ed50a8b2181e 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.