mkstemp.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:26:09 +08:00 committed by Michael Kerrisk
parent d55e580188
commit 19db86e82c
1 changed files with 11 additions and 4 deletions

View File

@ -193,14 +193,21 @@ and
.BR mkostemps ()
are available since glibc 2.11.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw23 lb lb
l l l.
Interface Attribute Value
T{
.BR mkstemp (),
.BR mkostemp (),
.br
.BR mkstemps (),
and
.BR mkostemps ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
.BR mkstemp ():
4.3BSD, POSIX.1-2001.