From 3a575ec652cdc0ccb85cd72ed4c9d81226fa5673 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sat, 4 May 2024 17:56:47 +0200 Subject: [PATCH] chrt: fix argument order when changing the scheduling policy (#12723) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/chrt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`