sched.7: Remove a mention of SCHED_RR in discussion of priority changes

Later in the page it is stated that SCHED_RR is the same as SCHED_FIFO.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-12-19 10:19:39 +01:00
parent 329c0e77d1
commit 286bdd7ca2
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ A call to
or
.BR sched_setattr (2)
will put the
\fBSCHED_FIFO\fP (or \fBSCHED_RR\fP) thread identified by
\fBSCHED_FIFO\fP thread identified by
\fIpid\fP at the start of the list if it was runnable.
As a consequence, it may preempt the currently running thread if
it has the same priority.