OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / wcsrtombs.3
index b7ab824..3b49880 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
@@ -76,7 +78,7 @@ state only known to the wcsrtombs function is used instead.
 .PP
 The programmer must ensure that there is room for at least \fIlen\fP bytes
 at \fIdest\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR wcsrtombs ()
 function returns
@@ -89,7 +91,7 @@ which could not be converted,
 is returned, and
 .I errno
 set to \fBEILSEQ\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99.
 .SH NOTES
 The behavior of
@@ -100,7 +102,7 @@ category of the
 current locale.
 .PP
 Passing NULL as \fIps\fP is not multithread safe.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR iconv (3),
 .BR wcsnrtombs (3),
 .BR wcstombs (3)