mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Move example to EXAMPLES.
This commit is contained in:
parent
de5b074bf5
commit
d04158c3c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248412
@ -85,13 +85,6 @@ Reset the
|
|||||||
interpretation to be (the default) process ID's.
|
interpretation to be (the default) process ID's.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
For example,
|
|
||||||
.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.
|
|
||||||
.Pp
|
|
||||||
Users other than the super-user may only alter the priority of
|
Users other than the super-user may only alter the priority of
|
||||||
processes they own,
|
processes they own,
|
||||||
and can only monotonically increase their ``nice value''
|
and can only monotonically increase their ``nice value''
|
||||||
@ -116,6 +109,11 @@ anything negative (to make things go very fast).
|
|||||||
.It Pa /etc/passwd
|
.It Pa /etc/passwd
|
||||||
to map user names to user ID's
|
to map user names to user ID's
|
||||||
.El
|
.El
|
||||||
|
.Sh EXAMPLES
|
||||||
|
Change the priority of process ID's 987 and 32, and
|
||||||
|
all processes owned by users daemon and root.
|
||||||
|
.Pp
|
||||||
|
.Dl "renice +1 987 -u daemon root -p 32"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr nice 1 ,
|
.Xr nice 1 ,
|
||||||
.Xr rtprio 1 ,
|
.Xr rtprio 1 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user