diff options
Diffstat (limited to 'schedutils/chrt.1')
-rw-r--r-- | schedutils/chrt.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 06c58b47..9016cfef 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -55,6 +55,11 @@ The policy is supported since Linux 2.6.16. The .BR SCHED_IDLE policy is supported since Linux 2.6.23. +.PP +The +.BR SCHED_RESET_ON_FORK +flag for policies SCHED_RR and SCHED_FIFO is supported +since Linux 2.6.31. .SH OPTIONS .TP .B -p, --pid @@ -69,6 +74,15 @@ set scheduling policy to set scheduling policy to .BR SCHED_FIFO .TP +.B -R, --reset-on-fork +add +.B SCHED_RESET_ON_FORK +flag to the +.B SCHED_FIFO +or +.B SCHED_RR +scheduling policy (Linux specific) +.TP .B -i, --idle set schedulng policy to .BR SCHED_IDLE |