OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / draft / man3 / iconv_close.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\" %%%LICENSE_END
9 .\"
10 .\" References consulted:
11 .\"   GNU glibc-2 source code and manual
12 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
13 .\"
14 .\"*******************************************************************
15 .\"
16 .\" This file was generated with po4a. Translate the source file.
17 .\"
18 .\"*******************************************************************
19 .\"
20 .\" Japanese Version Copyright (c) 2000 Yuichi SATO
21 .\"         all rights reserved.
22 .\" Translated Tue Jul 11 19:02:58 JST 2000
23 .\"         by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
24 .\"
25 .TH ICONV_CLOSE 3 2008\-08\-11 GNU "Linux Programmer's Manual"
26 .SH 名前
27 iconv_close \- 文字セット変換のためのディスクリプターを解放する
28 .SH 書式
29 .nf
30 \fB#include <iconv.h>\fP
31 .sp
32 \fBint iconv_close(iconv_t \fP\fIcd\fP\fB);\fP
33 .fi
34 .SH 説明
35 \fBiconv_close\fP()  関数は、 \fBiconv_open\fP(3)  を使って以前に割り当てられた 変換ディスクリプター \fIcd\fP
36 を解放する。
37 .SH 返り値
38 成功した場合、 \fBiconv_close\fP()  関数は 0 を返す。 エラーの場合、この関数は \fIerrno\fP を設定し \-1 を返す。
39 .SH バージョン
40 この関数はバージョン 2.1 以降の glibc で利用可能である。
41 .SH 準拠
42 UNIX98, POSIX.1\-2001.
43 .SH 関連項目
44 \fBiconv\fP(3), \fBiconv_open\fP(3)
45 .SH この文書について
46 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
47 である。プロジェクトの説明とバグ報告に関する情報は
48 http://www.kernel.org/doc/man\-pages/ に書かれている。