From 72a8053949dff041f2ed798f64b4a71c791025a1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 12 May 2014 16:05:51 +0200 Subject: [PATCH] sched_get_priority_max.2: Minor rewording Signed-off-by: Michael Kerrisk --- man2/sched_get_priority_max.2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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.