stdarg.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-08-05 17:58:03 +08:00 committed by Michael Kerrisk
parent 3ba4803966
commit 67a62d2a89
1 changed files with 10 additions and 4 deletions

View File

@ -227,14 +227,20 @@ have
.B __va_copy
instead, since that was the name used in the draft proposal.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw21 lb lb
l l l.
Interface Attribute Value
T{
.BR va_start (),
.BR va_arg (),
.BR va_end (),
and
.BR va_copy ()
macros are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
The
.BR va_start (),