diff --git a/man7/sched.7 b/man7/sched.7 index 5ab9a6bde..de729e2b8 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