X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=draft%2Fman3%2Ffputwc.3;h=eec413c172101b032246353e38b647a65c92eefa;hp=b046ff544e34dc2c72379408d96136bf87417b8d;hb=4fe824747c7faf385ebddbeea1a89602416484c3;hpb=9bcf2c2efa91bb5a99391eca7459b6d698214271 diff --git a/draft/man3/fputwc.3 b/draft/man3/fputwc.3 index b046ff54..eec413c1 100644 --- a/draft/man3/fputwc.3 +++ b/draft/man3/fputwc.3 @@ -41,9 +41,8 @@ fputwc, putwc \- ワイド文字を FILE ストリームに書き込む .PP これらの処理を停止せずに行いたいときは、 \fBunlocked_stdio\fP(3) を参照のこと。 .SH 返り値 -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. +\fBfputwc\fP() 関数は、エラーが起きなければ \fIwc\fP を返す。エラーの場合には \fBWEOF\fP が返り、 \fIerrno\fP +にエラーの原因を示す値が設定される。 .SH エラー 通常のエラーに加えて、以下のエラーがある: .TP