Diff for /embedaddon/libiconv/man/iconv_close.3.html between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2012/05/29 09:29:43
Line 1 Line 1
<!-- Creator     : groff version 1.18.1 --><!-- Creator     : groff version 1.20.1 -->
<!-- CreationDate: Tue Jun 30 22:52:08 2009 --><!-- CreationDate: Sun Aug  7 19:49:14 2011 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>  <html>
 <head>  <head>
 <meta name="generator" content="groff -Thtml, see www.gnu.org">  <meta name="generator" content="groff -Thtml, see www.gnu.org">
   <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <meta name="Content-Style" content="text/css">  <meta name="Content-Style" content="text/css">
   <style type="text/css">
          p       { margin-top: 0; margin-bottom: 0; vertical-align: top }
          pre     { margin-top: 0; margin-bottom: 0; vertical-align: top }
          table   { margin-top: 0; margin-bottom: 0; vertical-align: top }
          h1      { text-align: center }
   </style>
 <title>ICONV_CLOSE</title>  <title>ICONV_CLOSE</title>
   
 </head>  </head>
 <body>  <body>
   
<h1 align=center>ICONV_CLOSE</h1><h1 align="center">ICONV_CLOSE</h1>
 
 <a href="#NAME">NAME</a><br>  <a href="#NAME">NAME</a><br>
 <a href="#SYNOPSIS">SYNOPSIS</a><br>  <a href="#SYNOPSIS">SYNOPSIS</a><br>
 <a href="#DESCRIPTION">DESCRIPTION</a><br>  <a href="#DESCRIPTION">DESCRIPTION</a><br>
Line 17 Line 28
 <a href="#SEE ALSO">SEE ALSO</a><br>  <a href="#SEE ALSO">SEE ALSO</a><br>
   
 <hr>  <hr>
   
   
   <h2>NAME
 <a name="NAME"></a>  <a name="NAME"></a>
<h2>NAME</h2></h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
       cols="2" cellspacing="0" cellpadding="0"><p style="margin-left:11%; margin-top: 1em">iconv_close
<tr valign="top" align="left">&minus; deallocate descriptor for character set
<td width="10%"></td>conversion</p>
<td width="89%">
<p>iconv_close &minus; deallocate descriptor for character<h2>SYNOPSIS
set conversion</p> 
</td> 
</table> 
 <a name="SYNOPSIS"></a>  <a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2></h2>
<!-- INDENTATION --> 
<table width="100%" border=0 rules="none" frame="void" 
       cols="2" cellspacing="0" cellpadding="0"> 
<tr valign="top" align="left"> 
<td width="10%"></td> 
<td width="89%"> 
<pre><b>#include &lt;iconv.h&gt; 
   
int iconv_close (iconv_t</b> <i>cd</i><b>);
</b></pre><p style="margin-left:11%; margin-top: 1em"><b>#include
</td>&lt;iconv.h&gt;</b></p>
</table>
 <p style="margin-left:11%; margin-top: 1em"><b>int
 iconv_close (iconv_t</b> <i>cd</i><b>);</b></p>
 
 <h2>DESCRIPTION
 <a name="DESCRIPTION"></a>  <a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2></h2>
<!-- INDENTATION --> 
   
<table width="100%" border=0 rules="none" frame="void"
       cols="2" cellspacing="0" cellpadding="0"><p style="margin-left:11%; margin-top: 1em">The
<tr valign="top" align="left"><b>iconv_close</b> function deallocates a conversion
<td width="10%"></td> 
<td width="89%"> 
<p>The <b>iconv_close</b> function deallocates a conversion 
 descriptor <i>cd</i> previously allocated using  descriptor <i>cd</i> previously allocated using
 <b>iconv_open</b>.</p>  <b>iconv_open</b>.</p>
</td>
</table><h2>RETURN VALUE
 <a name="RETURN VALUE"></a>  <a name="RETURN VALUE"></a>
<h2>RETURN VALUE</h2></h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
       cols="2" cellspacing="0" cellpadding="0"><p style="margin-left:11%; margin-top: 1em">When
<tr valign="top" align="left">successful, the <b>iconv_close</b> function returns 0. In
<td width="10%"></td>case of error, it sets <b>errno</b> and returns
<td width="89%"> 
<p>When successful, the <b>iconv_close</b> function returns 
0. In case of error, it sets <b>errno</b> and returns 
 &minus;1.</p>  &minus;1.</p>
</td>
</table><h2>CONFORMING TO
 <a name="CONFORMING TO"></a>  <a name="CONFORMING TO"></a>
<h2>CONFORMING TO</h2></h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
       cols="2" cellspacing="0" cellpadding="0"><p style="margin-left:11%; margin-top: 1em">POSIX:2001</p>
<tr valign="top" align="left">
<td width="10%"></td><h2>SEE ALSO
<td width="89%"> 
<p>POSIX:2001</p> 
</td> 
</table> 
 <a name="SEE ALSO"></a>  <a name="SEE ALSO"></a>
<h2>SEE ALSO</h2></h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
       cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left"><p style="margin-left:11%; margin-top: 1em"><b>iconv_open</b>(3)
<td width="10%"></td><b>iconv</b>(3)</p>
<td width="89%"> 
<p><b>iconv_open</b>(3) <b>iconv</b>(3)</p> 
</td> 
</table> 
 <hr>  <hr>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>