OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / iconv_close.3
index 3d6c73b..45b904c 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
@@ -24,7 +26,7 @@ The
 function deallocates a conversion descriptor \fIcd\fP
 previously allocated using
 .BR iconv_open (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 When successful, the
 .BR iconv_close ()
 function returns 0.
@@ -33,8 +35,8 @@ In case of error, it sets
 and returns \-1.
 .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 (3),
 .BR iconv_open (3)