OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / iconv_open.3
index 9d4ad42..cf9eeba 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
@@ -66,7 +68,7 @@ descriptor can not be used in multiple threads simultaneously.)
 To bring the state back to the initial state, use
 .BR iconv (3)
 with NULL as \fIinbuf\fP argument.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR iconv_open ()
 function returns a freshly allocated conversion
@@ -81,9 +83,9 @@ The conversion from \fIfromcode\fP to \fItocode\fP is not supported by the
 implementation.
 .SH VERSIONS
 This function is available in glibc since version 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 UNIX98, POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR iconv (1),
 .BR iconv (3),
 .BR iconv_close (3)