Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -2,14 +2,14 @@
> Alters the scheduling priority/nicenesses of one or more running processes. Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process).
- Change priority of a running process.
- Change priority of a running process:
`renice -n {{niceness_value}} -p {{pid}}`
- Change priority of all processes owned by a user.
- Change priority of all processes owned by a user:
`renice -n {{niceness_value}} -u {{user}}`
- Change priority of all processes that belongs to a group.
- Change priority of all processes that belongs to a group:
`renice -n {{niceness_value}} -g {{group}}`