renice: clarify process group option (#2506)

This commit is contained in:
Francesco Yoshi Gobbo
2018-10-31 04:41:08 +01:00
committed by Muhammad Falak R Wani
parent 70c4eeadcc
commit 663c6c594a

View File

@@ -10,6 +10,6 @@
`renice -n {{niceness_value}} -u {{user}}` `renice -n {{niceness_value}} -u {{user}}`
- Change priority of all processes that belongs to a group: - Change priority of all processes that belong to a process group:
`renice -n {{niceness_value}} -g {{group}}` `renice -n {{niceness_value}} --pgrp {{process_group}}`