There is no SCHED_OTHER in Linux UAPI, it uses SCHED_NORMAL instead. Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> --- man2/sched_setscheduler.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index fde2082..ed50c0e 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -214,6 +214,13 @@ and instead of the .BR sched_* (2) system calls.) +.PP +On Linux, +.B SCHED_OTHER +policy is named as +.B SCHED_NORMAL +in +.BR <linux/sched.h> . .SH BUGS POSIX.1 says that on success, .BR sched_setscheduler () -- 2.1.4