mq_getattr.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:11:45 +08:00 committed by Michael Kerrisk
parent 82ceb9e202
commit b965bcba0e
1 changed files with 11 additions and 5 deletions

View File

@ -135,12 +135,18 @@ is invalid.
contained set bits other than
.BR O_NONBLOCK .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR mq_getattr ()
and
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw26 lb lb
l l l.
Interface Attribute Value
T{
.BR mq_getattr (),
.BR mq_setattr ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES