]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wcsncpy.3: Reformat thread-safety information
authorPeng Haitao <penght@cn.fujitsu.com>
Tue, 1 Jul 2014 02:33:26 +0000 (10:33 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Feb 2015 12:57:12 +0000 (13:57 +0100)
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/wcsncpy.3

index d30ed17b28207b3f141b48fdd8ca30aaf2b0ffdc..d830d978589e331a969b4813b7a5f4221793b770 100644 (file)
@@ -67,10 +67,17 @@ characters at
 returns
 .IR dest .
 .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 wcsncpy ()
-function is thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 C99.
 .SH SEE ALSO