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

index d2eb21c4cb37fd79dad45425c2947eb93f2165f5..8b2881b37addad6b93cef161371ffe7c19574985 100644 (file)
@@ -47,10 +47,17 @@ wide 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 wcscpy ()
-function is thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 C99.
 .SH SEE ALSO