sched_yield.2: tfix

Reported-by: Luka Macan <Luka.Macan@fer.hr>
Change "read-time" to "real-time".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mark Schott 2018-07-03 13:34:48 -07:00 committed by Michael Kerrisk
parent 0d59d0c8bf
commit 956dc82722
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ since doing so will result in unnecessary context switches,
which will degrade system performance.
.PP
.BR sched_yield ()
is intended for use with read-time scheduling policies (i.e.,
is intended for use with real-time scheduling policies (i.e.,
.BR SCHED_FIFO
or
.BR SCHED_RR ).