OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / fputwc.3
index 0e77a48..b046ff5 100644 (file)
@@ -18,7 +18,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FPUTWC 3 1999\-07\-25 GNU "Linux Programmer's Manual"
+.TH FPUTWC 3 2013\-04\-19 GNU "Linux Programmer's Manual"
 .SH 名前
 fputwc, putwc \- ワイド文字を FILE ストリームに書き込む
 .SH 書式
@@ -41,7 +41,9 @@ fputwc, putwc \- ワイド文字を FILE ストリームに書き込む
 .PP
 これらの処理を停止せずに行いたいときは、 \fBunlocked_stdio\fP(3)  を参照のこと。
 .SH 返り値
-\fBfputwc\fP()  関数は、エラーが起きなければ \fIwc\fP を返す。エラーの場合には \fBWEOF\fP を返す。
+The \fBfputwc\fP()  function returns \fIwc\fP if no error occurred, or \fBWEOF\fP to
+indicate an error.  In the event of an error, \fIerrno\fP is set to indicate
+the cause.
 .SH エラー
 通常のエラーに加えて、以下のエラーがある:
 .TP 
@@ -57,6 +59,6 @@ C99, POSIX.1\-2001.
 .SH 関連項目
 \fBfgetwc\fP(3), \fBfputws\fP(3), \fBunlocked_stdio\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。