OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / iconv_close.3
index 50ec8a6..7a74906 100644 (file)
@@ -1,50 +1,42 @@
 .\" 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
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.\" Japanese Version Copyright (c) 2000 Yuichi SATO
-.\"         all rights reserved.   
-.\" Translated Tue Jul 11 19:02:58 JST 2000
-.\"         by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       conversion      変換
-.\"WORD:       deallocate      解放する
-.\"WORD:       descriptor      ディスクリプター
-.\"WORD:       
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH ICONV_CLOSE 3 2008-08-11 "GNU" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH ICONV_CLOSE 3 2008\-08\-11 GNU "Linux Programmer's Manual"
 .SH 名前
 iconv_close \- 文字セット変換のためのディスクリプターを解放する
 .SH 書式
 .nf
-.B #include <iconv.h>
+\fB#include <iconv.h>\fP
 .sp
-.BI "int iconv_close(iconv_t " cd );
+\fBint iconv_close(iconv_t \fP\fIcd\fP\fB);\fP
 .fi
 .SH 説明
-.BR iconv_close ()
-関数は、
-.BR iconv_open (3)
-を使って以前に割り当てられた
-変換ディスクリプター \fIcd\fP を解放する。
+\fBiconv_close\fP()  関数は、 \fBiconv_open\fP(3)  を使って以前に割り当てられた 変換ディスクリプター \fIcd\fP
+を解放する。
 .SH 返り値
-成功した場合、
-.BR iconv_close ()
-関数は 0 を返す。
-エラーの場合、この関数は 
-.I errno
-を設定し \-1 を返す。
+成功した場合、 \fBiconv_close\fP()  関数は 0 を返す。 エラーの場合、この関数は \fIerrno\fP を設定し \-1 を返す。
 .SH バージョン
 この関数はバージョン 2.1 以降の glibc で利用可能である。
 .SH 準拠
-UNIX98, POSIX.1-2001.
+UNIX98, POSIX.1\-2001.
 .SH 関連項目
-.BR iconv (3),
-.BR iconv_open (3)
+\fBiconv\fP(3), \fBiconv_open\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。