diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 4eaa39f38..2b57ee20b 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -84,6 +84,9 @@ On Linux, returns 32768, but POSIX.1-2001 only requires an implementation to support priorities in the range 0 to 31; some implementations only provide this range. +.PP +The remainder of this section describes some specific details +of the Linux implementation of message queues. .SS Library interfaces and system calls In most cases the .B mq_*() @@ -106,7 +109,6 @@ mq_timedsend(3) mq_timedsend(2) mq_unlink(3) mq_unlink(2) .TE .in -0.25i -.SH LINUX SPECIFIC DETAILS .SS Versions POSIX message queues have been supported on Linux since kernel 2.6.6. Glibc support has been provided since version 2.3.4.