]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chrt: add note about zero priority for IDLE and BATCH
authorKarel Zak <kzak@redhat.com>
Mon, 26 Jan 2015 11:53:21 +0000 (12:53 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 26 Jan 2015 11:53:21 +0000 (12:53 +0100)
Reported-by: dE <de.techno@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/chrt.1

index bc65a308948cfb50a2d73bb37bec3fa712c1114f..c7da4ebe7df8e00fc4ab853b0f6ba3680c149256 100644 (file)
@@ -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.