mq_receive.3: Reformat thread-safety information

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-09-26 16:03:14 +08:00 committed by Michael Kerrisk
parent 7ec57137a8
commit dd9756396f
1 changed files with 11 additions and 5 deletions

View File

@ -154,12 +154,18 @@ attribute of the message queue.
.B ETIMEDOUT
The call timed out before a message could be transferred.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR mq_receive ()
and
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw31 lb lb
l l l.
Interface Attribute Value
T{
.BR mq_receive (),
.BR mq_timedreceive ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES