sched_setscheduler.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Adam Jiang 2014-11-10 19:08:17 +09:00 committed by Michael Kerrisk
parent 001fed0312
commit 59ab8fcf0f
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ specifies a scheduling priority for the thread.
This is a number in the range returned by calling
.BR sched_get_priority_min (2)
and
.BR sched_get_priority_min (2)
.BR sched_get_priority_max (2)
with the specified
.IR policy .
On Linux, these system calls return, respectively, 1 and 99.