OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / mbstowcs.3
index a8f8deb..a577df7 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
@@ -55,7 +57,7 @@ and that no length limit exists.
 .PP
 In order to avoid the case 2 above, the programmer should make sure \fIn\fP is
 greater or equal to \fImbstowcs(NULL,src,0)+1\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR mbstowcs ()
 function returns the number of wide characters that make
@@ -65,7 +67,7 @@ If an invalid multibyte sequence was
 encountered,
 .I (size_t)\ \-1
 is returned.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99.
 .SH NOTES
 The behavior of
@@ -79,6 +81,6 @@ The function
 .BR mbsrtowcs (3)
 provides a better interface to the same
 functionality.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mbsrtowcs (3),
-.BR wcstombs(3)
+.BR wcstombs (3)