sched.7: Remove mention of sched_setscheduler() when talking about sched_priority

There are nowadays multiple ways to set sched_priority (and
in fact there always were, since we also had sched_setparam(2)).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-12 09:24:22 +02:00
parent 77dab50a68
commit 2e868ccc47
1 changed files with 2 additions and 3 deletions

View File

@ -86,9 +86,8 @@ and
The scheduler is the kernel component that decides which runnable thread The scheduler is the kernel component that decides which runnable thread
will be executed by the CPU next. will be executed by the CPU next.
Each thread has an associated scheduling policy and a \fIstatic\fP Each thread has an associated scheduling policy and a \fIstatic\fP
scheduling priority, \fIsched_priority\fP; these are the settings scheduling priority,
that are modified by .IR sched_priority .
.BR sched_setscheduler ().
The scheduler makes its decisions based on knowledge of the scheduling The scheduler makes its decisions based on knowledge of the scheduling
policy and static priority of all threads on the system. policy and static priority of all threads on the system.