diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-04 12:39:17 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-04 12:39:17 +0000 |
commit | a7fadb555846c9c6e14dafb504c181fc17b85d82 (patch) | |
tree | 3ee1365c4490dcc38398664c969e55601977c413 /man2/sched_get_priority_max.2 | |
parent | 1f27112696183ea174517eac20a152534fa63715 (diff) |
Updated CONFOMRING TOs and/or standards references.
Diffstat (limited to 'man2/sched_get_priority_max.2')
-rw-r--r-- | man2/sched_get_priority_max.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index 4d440d1f..330ff398 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -68,7 +68,7 @@ The range of scheduling priorities may vary on other POSIX systems, thus it is a good idea for portable applications to use a virtual priority range and map it to the interval given by \fBsched_get_priority_max\fR() and \fBsched_get_priority_min\fR(). -POSIX.1b requires a spread of at least 32 between the maximum and the +POSIX.1-2001 requires a spread of at least 32 between the maximum and the minimum values for \fISCHED_FIFO\fR and \fISCHED_RR\fR. POSIX systems on which |