aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcpcpy.3
diff options
context:
space:
mode:
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