Sort sections, use Dl for the example so it stands out more.

This commit is contained in:
Tim J. Robbins 2002-06-17 13:36:25 +00:00
parent b49ecb86d0
commit 1d600474b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98344

View file

@ -83,9 +83,8 @@ interpretation to be (the default) process ID's.
.El .El
.Pp .Pp
For example, For example,
.Bd -literal -offset .Pp
renice +1 987 -u daemon root -p 32 .Dl "renice +1 987 -u daemon root -p 32"
.Ed
.Pp .Pp
would change the priority of process ID's 987 and 32, and would change the priority of process ID's 987 and 32, and
all processes owned by users daemon and root. all processes owned by users daemon and root.
@ -119,11 +118,11 @@ to map user names to user ID's
.Xr rtprio 1 , .Xr rtprio 1 ,
.Xr getpriority 2 , .Xr getpriority 2 ,
.Xr setpriority 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 .Sh HISTORY
The The
.Nm .Nm
command appeared in command appeared in
.Bx 4.0 . .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.