OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / wcsdup.3
index 761b60b..ff9be57 100644 (file)
@@ -1,9 +1,11 @@
 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" the License, or (at your option) any later version.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"   GNU glibc-2 source code and manual
@@ -53,7 +55,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 +65,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)