mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
renice: split description in two lines (#3184)
This commit is contained in:
parent
8e41ac1328
commit
b7442d3696
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# renice
|
||||
|
||||
> 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).
|
||||
> 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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue