mq_overview.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-23 12:55:49 +01:00
parent b45197b694
commit f341304ca2
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@ Message priorities range from 0 (low) to
(high). (high).
On Linux, On Linux,
.I sysconf(_SC_MQ_PRIO_MAX) .I sysconf(_SC_MQ_PRIO_MAX)
returns 32768, but POSIX.1-2001 only requires returns 32768, but POSIX.1-2001 requires only that
an implementation to support priorities in the range 0 to 31; an implementation support at least priorities in the range 0 to 31;
some implementations only provide this range. some implementations provide only this range.
.PP .PP
The remainder of this section describes some specific details The remainder of this section describes some specific details
of the Linux implementation of POSIX message queues. of the Linux implementation of POSIX message queues.