OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / sched_get_priority_max.2
index 9c57c51..d25c076 100644 (file)
@@ -26,7 +26,7 @@
 .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
 .\"            revision
 .\"
-.TH SCHED_GET_PRIORITY_MAX 2 2006-03-23 "Linux" "Linux Programmer's Manual"
+.TH SCHED_GET_PRIORITY_MAX 2 2014-05-12 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sched_get_priority_max, sched_get_priority_min  \- get static priority range
 .SH SYNOPSIS
@@ -50,10 +50,12 @@ values are
 .BR SCHED_FIFO ,
 .BR SCHED_RR ,
 .BR SCHED_OTHER ,
+.BR SCHED_BATCH ,
+.BR SCHED_IDLE ,
 and
-.BR SCHED_BATCH .
+.BR SCHED_DEADLINE .
 Further details about these policies can be found in
-.BR sched_setscheduler (2).
+.BR sched (7).
 
 Processes with numerically higher priority values are scheduled before
 processes with numerically lower priority values.
@@ -64,14 +66,11 @@ will be greater than the
 value returned by
 .BR sched_get_priority_min ().
 
-Linux allows the static priority value range 1 to 99 for
+Linux allows the static priority range 1 to 99 for the
 .B SCHED_FIFO
 and
 .B SCHED_RR
-and the priority 0 for
-.B SCHED_OTHER
-and
-.BR SCHED_BATCH .
+policies, and the priority 0 for the remaining policies.
 Scheduling priority ranges for the various policies
 are not alterable.
 
@@ -121,7 +120,14 @@ POSIX.1-2001.
 .BR sched_getscheduler (2),
 .BR sched_setaffinity (2),
 .BR sched_setparam (2),
-.BR sched_setscheduler (2)
-.PP
-.I Programming for the real world \- POSIX.4
-by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.
+.BR sched_setscheduler (2),
+.BR sched (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.