OSDN Git Service

LDP: Update original to LDP v3.67
[linuxjm/LDP_man-pages.git] / original / man2 / sched_get_priority_max.2
index f0e5a5e..ae9ba8d 100644 (file)
@@ -26,7 +26,7 @@
 .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
 .\"            revision
 .\"
-.TH SCHED_GET_PRIORITY_MAX 2 2013-09-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
@@ -51,10 +51,11 @@ values are
 .BR SCHED_RR ,
 .BR SCHED_OTHER ,
 .BR SCHED_BATCH ,
+.BR SCHED_IDLE ,
 and
-.BR SCHED_IDLE .
+.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.
@@ -65,15 +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
-.BR SCHED_OTHER ,
-.BR SCHED_BATCH ,
-and
-.BR SCHED_IDLE .
+policies, and the priority 0 for the remaining policies.
 Scheduling priority ranges for the various policies
 are not alterable.
 
@@ -123,15 +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.65 of the Linux
+This page is part of release 3.67 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.