summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-07-01 14:20:10 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-07-01 08:34:50 +0200
commit32ceb3e316144e6cad0fa69df1188816f7f2fa67 (patch)
treea05a8584a2e70e2f07194102a600761fd5d0d742
parent3f1cc7f0b2b9cb47cb80b737cdc57b176af14637 (diff)
wcscspn.3: Reformat thread-safety informationattributes_reformat
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/wcscspn.313
1 files changed, 10 insertions, 3 deletions
diff --git a/man3/wcscspn.3 b/man3/wcscspn.3
index 984860860..5bd3f967b 100644
--- a/man3/wcscspn.3
+++ b/man3/wcscspn.3
@@ -59,10 +59,17 @@ or
.IR wcslen(wcs)
if there is none.
.SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
+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 wcscspn ()
-function is thread-safe.
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
C99.
.SH SEE ALSO