sched.7: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-10 07:23:15 +02:00
parent 005eaa8f76
commit 5813ff929b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Return the minimum priority available in a specified scheduling policy.
.BR sched_get_priority_min (2)
Return the maximum priority available in a specified scheduling policy.
.TP
.BR sched_rr_getinterval (2)
.BR sched_rr_get_interval (2)
Fetch the quantum used for threads that are scheduled under
the "round-robin" scheduling policy.
.TP