--- man7/sched.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/sched.7 b/man7/sched.7 index ac518b2..743d52b 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -49,10 +49,10 @@ Set the scheduling parameters of a specified thread. Fetch the scheduling parameters of a specified thread. .TP .BR sched_get_priority_max (2) -Return the minimum priority available in a specified scheduling policy. +Return the maximum priority available in a specified scheduling policy. .TP .BR sched_get_priority_min (2) -Return the maximum priority available in a specified scheduling policy. +Return the minimum priority available in a specified scheduling policy. .TP .BR sched_rr_get_interval (2) Fetch the quantum used for threads that are scheduled under -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html