Reformatted headings; minor rewrites.

This commit is contained in:
Michael Kerrisk 2007-06-15 19:47:01 +00:00
parent 8eb40c9c69
commit 8b215c3043
1 changed files with 3 additions and 1 deletions

View File

@ -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.