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

The marking matches glibc marking.

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-05 11:33:30 +08:00 committed by Michael Kerrisk
parent b8a15201f7
commit 561118993a
1 changed files with 12 additions and 0 deletions

View File

@ -73,6 +73,18 @@ or more, the
contents of
.I dest
are indeterminate.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR strxfrm ()
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
SVr4, 4.3BSD, C89, C99.
.SH NOTES