ecvt_r.3: ATTRIBUTES: Note function that is thread-safe

The markings match glibc markings.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ma Shimiao 2015-02-11 13:14:46 +08:00 committed by Michael Kerrisk
parent 8f98041533
commit 13e527eae6
1 changed files with 16 additions and 0 deletions

View File

@ -85,6 +85,22 @@ and
.BR qecvt (3).
.SH RETURN VALUE
These functions return 0 on success, and \-1 otherwise.
+.SH ATTRIBUTES
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 ecvt_r (),
.BR fcvt_r (),
.br
.BR qecvt_r (),
.BR qfcvt_r ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
These functions are GNU extensions.
.SH NOTES