diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-08-05 20:56:51 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-08-05 20:56:51 +0200 |
| commit | 85b6211af957e51185a23c26a131f39937d4431b (patch) | |
| tree | 8d532960123b23c41e0a2d3feeaf7f96b15e237e | |
| parent | 06fd1bb629fd452a00a3a20491164ff376726913 (diff) | |
| download | man-pages-85b6211af957e51185a23c26a131f39937d4431b.tar.gz | |
sched.7: wfix
Reported-by: Dilyan Palauzov <dilyan.palauzov@aegee.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/sched.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/sched.7 b/man7/sched.7 index ac518b23b1..5ab9a6bded 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -520,7 +520,7 @@ In Linux kernels since 2.6.39, an unprivileged thread can switch to either the .BR SCHED_BATCH or the -.BR SCHED_NORMAL +.BR SCHED_OTHER policy so long as its nice value falls within the range permitted by its .BR RLIMIT_NICE resource limit (see |
