sched.7: Fix descriptions of sched_get_priority_max() / sched_get_priority_min()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nikola Forró 2015-08-04 12:08:40 +02:00 committed by Michael Kerrisk
parent 85b6211af9
commit 275e3c16d2
1 changed files with 2 additions and 2 deletions

View File

@ -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