diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2013-03-17 06:36:04 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2013-03-17 06:36:04 +0000 |
| commit | d04158c3c6d6dda807d217f8ea596c9d133c0afb (patch) | |
| tree | 864cf80403ac560265543f4759d9c1aa94060870 /usr.bin/renice | |
| parent | de5b074bf5517c98fe4d2a1617c781a6f8fbed6e (diff) | |
Notes
Diffstat (limited to 'usr.bin/renice')
| -rw-r--r-- | usr.bin/renice/renice.8 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index d6dfa889f488..052ef132ec43 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -85,13 +85,6 @@ Reset the interpretation to be (the default) process ID's. .El .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 processes they own, and can only monotonically increase their ``nice value'' @@ -116,6 +109,11 @@ anything negative (to make things go very fast). .It Pa /etc/passwd to map user names to user ID's .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 .Xr nice 1 , .Xr rtprio 1 , |
