diff --git a/pages/linux/chrt.md b/pages/linux/chrt.md index e0f195a79..8121a16d0 100644 --- a/pages/linux/chrt.md +++ b/pages/linux/chrt.md @@ -17,4 +17,4 @@ - 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}}`