chrt: fix argument order when changing the scheduling policy (#12723)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -17,4 +17,4 @@
|
|||||||
|
|
||||||
- Set the scheduling policy for a process:
|
- Set the scheduling policy for a process:
|
||||||
|
|
||||||
`chrt --pid {{PID}} --{{deadline|idle|batch|rr|fifo|other}}`
|
`chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`
|
||||||
|
Reference in New Issue
Block a user