diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index e258a4dfe..a8cdd57f0 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -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.