mkfifo.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:36:37 +08:00 committed by Michael Kerrisk
parent 19db86e82c
commit f1d8eed64e
1 changed files with 11 additions and 5 deletions

View File

@ -182,12 +182,18 @@ It is implemented using
.BR mknodat (2),
available on Linux since kernel 2.6.16.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR mkfifo ()
and
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw20 lb lb
l l l.
Interface Attribute Value
T{
.BR mkfifo (),
.BR mkfifoat ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
.BR mkfifo ():
POSIX.1-2001, POSIX.1-2008.