OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man3 / iconv_close.3
index 3d8271f..ca895f1 100644 (file)
@@ -1,50 +1,48 @@
 .\" 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
 .\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
 .\" Japanese Version Copyright (c) 2000 Yuichi SATO
-.\"         all rights reserved.   
+.\"         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:       
-.\"
-.TH ICONV_CLOSE 3 2008-08-11 "GNU" "Linux Programmer's Manual"
-.SH Ì¾Á°
-iconv_close \- Ê¸»ú¥»¥Ã¥ÈÊÑ´¹¤Î¤¿¤á¤Î¥Ç¥£¥¹¥¯¥ê¥×¥¿¡¼¤ò²òÊü¤¹¤ë
-.SH ½ñ¼°
+.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 ¤ò²òÊü¤¹¤ë¡£
-.SH ÊÖ¤êÃÍ
-À®¸ù¤·¤¿¾ì¹ç¡¢
-.BR iconv_close ()
-´Ø¿ô¤Ï 0 ¤òÊÖ¤¹¡£
-¥¨¥é¡¼¤Î¾ì¹ç¡¢¤³¤Î´Ø¿ô¤Ï 
-.I errno
-¤òÀßÄꤷ \-1 ¤òÊÖ¤¹¡£
-.SH ¥Ð¡¼¥¸¥ç¥ó
-¤³¤Î´Ø¿ô¤Ï¥Ð¡¼¥¸¥ç¥ó 2.1 °Ê¹ß¤Î glibc ¤ÇÍøÍѲÄǽ¤Ç¤¢¤ë¡£
-.SH ½àµò
-UNIX98, POSIX.1-2001.
-.SH ´ØÏ¢¹àÌÜ
-.BR iconv (3),
-.BR iconv_open (3)
+.SH 説明
+\fBiconv_close\fP()  関数は、 \fBiconv_open\fP(3)  を使って以前に割り当てられた 変換ディスクリプター \fIcd\fP
+を解放する。
+.SH 返り値
+成功した場合、 \fBiconv_close\fP()  関数は 0 を返す。 エラーの場合、この関数は \fIerrno\fP を設定し \-1 を返す。
+.SH バージョン
+この関数はバージョン 2.1 以降の glibc で利用可能である。
+.SH 準拠
+UNIX98, POSIX.1\-2001.
+.SH 関連項目
+\fBiconv\fP(3), \fBiconv_open\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。