diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/sched.7 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man7/sched.7 b/man7/sched.7 index c271548270..6ddc53bd0f 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -406,6 +406,11 @@ The dynamic priority is based on the nice value (see below) and is increased for each time quantum the thread is ready to run, but denied to run by the scheduler. This ensures fair progress among all \fBSCHED_OTHER\fP threads. +.PP +In the Linux kernel source code, the +.B SCHED_OTHER +policy is actually named +.BR SCHED_NORMAL . .\" .SS The nice value The nice value is an attribute |
