]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcsdup.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / wcsdup.3
index 761b60b267904ce86765ae0188bc02a7168bcb63..a913b99604113e4c0feeba0e268cc60f01329caa 100644 (file)
@@ -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)