aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcpcpy.3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-07-09 11:21:56 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 13:57:13 +0100
commit6f4869ff50132d40bcaba50f5124cede9a104c0c (patch)
tree879aaba719056d33e29d931612e4cd565113ba75 /man3/wcpcpy.3
parentfbdd176bc5922bb9b2a13b64e288f38c5d9116df (diff)
downloadman-pages-6f4869ff50132d40bcaba50f5124cede9a104c0c.tar.gz
wcpcpy.3: Reformat thread-safety information
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/wcpcpy.3')
-rw-r--r--man3/wcpcpy.313
1 files changed, 10 insertions, 3 deletions
diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3
index 3d437e9ca8..c8bf6d4a9f 100644
--- a/man3/wcpcpy.3
+++ b/man3/wcpcpy.3
@@ -65,10 +65,17 @@ returns a pointer to the end of the wide-character string
.IR dest ,
that is, a pointer to the terminating null wide character.
.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 wcpcpy ()
-function is thread-safe.
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
POSIX.1-2008.
.SH SEE ALSO