summaryrefslogtreecommitdiffstats
path: root/man3/wcsdup.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsdup.3')
-rw-r--r--man3/wcsdup.313
1 files changed, 5 insertions, 8 deletions
diff --git a/man3/wcsdup.3 b/man3/wcsdup.3
index 261965148..8e7c71bc5 100644
--- a/man3/wcsdup.3
+++ b/man3/wcsdup.3
@@ -8,7 +8,7 @@
.\" Dinkumware C library reference http://www.dinkumware.com/
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\"
-.TH wcsdup 3 2022-12-15 "Linux man-pages 6.03"
+.TH wcsdup 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
wcsdup \- duplicate a wide-character string
.SH LIBRARY
@@ -63,25 +63,22 @@ Insufficient memory available to allocate duplicate string.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR wcsdup ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
POSIX.1-2008.
-This function is not specified in POSIX.1-2001,
-and is not widely available on other systems.
-.\" present in libc5 and glibc 2.0 and later
+.SH HISTORY
+libc5, glibc 2.0.
.SH SEE ALSO
.BR strdup (3),
.BR wcscpy (3)