summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.14
1 files changed, 2 insertions, 2 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1
index bc65a3089..c7da4ebe7 100644
--- a/schedutils/chrt.1
+++ b/schedutils/chrt.1
@@ -64,7 +64,7 @@ given PID.
.BR -b ,\ --batch
Set scheduling policy to
.B SCHED_BATCH
-(Linux-specific).
+(Linux-specific). The priority argument has to be set to zero.
.TP
.BR -f ,\ --fifo
Set scheduling policy to
@@ -73,7 +73,7 @@ Set scheduling policy to
.BR -i ,\ --idle
Set scheduling policy to
.B SCHED_IDLE
-(Linux-specific).
+(Linux-specific). The priority argument has to be set to zero.
.TP
.BR -m ,\ --max
Show minimum and maximum valid priorities, then exit.