diff --git a/man7/sched.7 b/man7/sched.7 index ac50a3f9c..b5b931ff7 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -146,9 +146,10 @@ When a \fBSCHED_FIFO\fP thread becomes runnable, it will be inserted at the end of the list for its priority. .IP * A call to -.BR sched_setscheduler (2) +.BR sched_setscheduler (2), +.BR sched_setparam (2), or -.BR sched_setparam (2) +.BR sched_setattr (2) will put the \fBSCHED_FIFO\fP (or \fBSCHED_RR\fP) thread identified by \fIpid\fP at the start of the list if it was runnable.