OSDN Git Service

Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / fgetwc.3
index 85c24c9..9e11ac7 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
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FGETWC 3 1999\-07\-25 GNU "Linux Programmer's Manual"
+.\"
+.\" Translated Sun Aug 29 15:03:27 JST 1999
+.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\" Updated Sun Dec 26 JST 1999 by Kentaro Shirakata <argrath@ub32.org>
+.\" Updated Fri Nov  2 JST 2001 by Kentaro Shirakata <argrath@ub32.org>
+.\"
+.TH FGETWC 3 2013\-04\-19 GNU "Linux Programmer's Manual"
 .SH 名前
 fgetwc, getwc \- ワイド文字を FILE ストリームから読み込む
 .SH 書式
@@ -40,7 +48,8 @@ fgetwc, getwc \- ワイド文字を FILE ストリームから読み込む
 .PP
 これらの処理を停止せずに行いたいときは、 \fBunlocked_stdio\fP(3)  を参照のこと。
 .SH 返り値
-\fBfgetwc\fP()  関数はストリームの次のワイド文字か、あるいは \fBWEOF\fP を返す。
+\fBfgetwc\fP()  関数はストリームの次のワイド文字か、あるいは \fBWEOF\fP を返す。 エラーが起こった場合、 \fIerrno\fP
+にエラーの原因を示す値が設定される。
 .SH エラー
 通常のエラーに加えて、以下のエラーがある:
 .TP 
@@ -55,3 +64,7 @@ C99, POSIX.1\-2001.
 にはマルチバイトシーケンスをストリームから読み込み、これをワイド文字に 変換すると期待することは適切である。
 .SH 関連項目
 \fBfgetws\fP(3), \fBfputwc\fP(3), \fBungetwc\fP(3), \fBunlocked_stdio\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.78 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。