mq_overview.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 12:23:19 +02:00
parent 847389045b
commit 775aa6b850
1 changed files with 1 additions and 1 deletions

View File

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