sched_get_priority_max.2: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-12 16:05:51 +02:00
parent ce97aba39e
commit 72a8053949
1 changed files with 2 additions and 6 deletions

View File

@ -66,15 +66,11 @@ will be greater than the
value returned by
.BR sched_get_priority_min ().
Linux allows the static priority value range 1 to 99 for
Linux allows the static priority range 1 to 99 for the
.B SCHED_FIFO
and
.B SCHED_RR
and the priority 0 for
.BR SCHED_OTHER ,
.BR SCHED_BATCH ,
and
.BR SCHED_IDLE .
policies, and the priority 0 for the remaining policies.
Scheduling priority ranges for the various policies
are not alterable.