aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/sched.75
1 files changed, 2 insertions, 3 deletions
diff --git a/man7/sched.7 b/man7/sched.7
index e13d113787..7673af8686 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.