From 2e868ccc4710dec71979593965e350863fd5e559 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 12 May 2014 09:24:22 +0200 Subject: [PATCH] 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 --- man7/sched.7 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man7/sched.7 b/man7/sched.7 index e13d11378..7673af868 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -86,9 +86,8 @@ and The scheduler is the kernel component that decides which runnable thread will be executed by the CPU next. Each thread has an associated scheduling policy and a \fIstatic\fP -scheduling priority, \fIsched_priority\fP; these are the settings -that are modified by -.BR sched_setscheduler (). +scheduling priority, +.IR sched_priority . The scheduler makes its decisions based on knowledge of the scheduling policy and static priority of all threads on the system.