OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / iconv.3
index cd4eaf1..3bd7b37 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
@@ -117,7 +119,7 @@ A third case is when \fIinbuf\fP is NULL or \fI*inbuf\fP is NULL, and
 In this case, the
 .BR iconv ()
 function sets \fIcd\fP's conversion state to the initial state.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR iconv ()
 function returns the number of characters converted in a
@@ -137,7 +139,7 @@ An invalid multibyte sequence has been encountered in the input.
 An incomplete multibyte sequence has been encountered in the input.
 .SH VERSIONS
 This function is available in glibc since version 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 Although
@@ -158,6 +160,6 @@ must ensure that the pointers passed to the function are suitable
 for accessing characters in the appropriate character set.
 This includes ensuring correct alignment on platforms that have
 tight restrictions on alignment.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR iconv_close (3),
 .BR iconv_open (3)