aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcsdup.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsdup.3')
-rw-r--r--man3/wcsdup.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/wcsdup.3 b/man3/wcsdup.3
index 761b60b267..a913b99604 100644
--- a/man3/wcsdup.3
+++ b/man3/wcsdup.3
@@ -53,7 +53,7 @@ obtained with
.BR malloc (3),
and should be freed with
.BR free (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR wcsdup ()
function returns a pointer
@@ -63,11 +63,11 @@ or NULL if sufficient memory was not available.
.TP
.B ENOMEM
Insufficient memory available to allocate duplicate string.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
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 "SEE ALSO"
+.SH SEE ALSO
.BR strdup (3),
.BR wcscpy (3)