]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strcoll.3: ATTRIBUTES: Note function that is thread-safe
authorMa Shimiao <mashimiao.fnst@cn.fujitsu.com>
Tue, 3 Mar 2015 09:23:59 +0000 (17:23 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 3 Mar 2015 11:41:22 +0000 (12:41 +0100)
The markings match glibc markings.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strcoll.3

index fc66fe2dcfb177278ba33f7f39f996a4dc32d80e..aca87459457aa8acb835a38ff064623d5ee04792 100644 (file)
@@ -66,6 +66,19 @@ than, to match, or be greater than
 .IR s2 ,
 when both are interpreted
 as appropriate for the current locale.
+.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 strcoll ()
+T}     Thread safety   MT-Safe locale
+.TE
+
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
 .SH NOTES