]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sched_setscheduler.2: Mention SCHED_DEADLINE
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 09:34:46 +0000 (10:34 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 14:18:29 +0000 (15:18 +0100)
Give the reader a clue that there is another policy()
available that can't be set via sched_setscheduler(2).

See https://bugzilla.redhat.com/show_bug.cgi?id=1390546

Reported-by: Daniel Berrange <berrange@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/sched_setscheduler.2

index bf87fc4230c79e30c6a4756afcc387b94ee8f294..1bb5b56548a3fc8c21c02e4dd7f89603a4a1b1bb 100644 (file)
@@ -171,8 +171,13 @@ POSIX.1-2001, POSIX.1-2008 (but see BUGS below).
 The \fBSCHED_BATCH\fP and \fBSCHED_IDLE\fP policies are Linux-specific.
 .SH NOTES
 Further details of the semantics of all of the above "normal"
-and "real-time" scheduling policies can be found in
-.BR sched (7).
+and "real-time" scheduling policies can be found in the
+.BR sched (7)
+manual page.
+That page also describes an additional policy,
+.BR SCHED_DEADLINE ,
+which is settable only via
+.BR sched_setattr (2).
 
 POSIX systems on which
 .BR sched_setscheduler ()