OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / putwchar.3
index a73ee28..be54aa0 100644 (file)
@@ -29,20 +29,32 @@ The
 function is the wide-character equivalent of the
 .BR putchar (3)
 function.
-It writes the wide character \fIwc\fP to \fIstdout\fP.
-If \fIferror(stdout)\fP becomes true, it returns
+It writes the wide character
+.I wc
+to
+.IR stdout .
+If
+.I ferror(stdout)
+becomes true, it returns
 .BR WEOF .
 If a wide character
-conversion error occurs, it sets \fIerrno\fP to \fBEILSEQ\fP and returns
+conversion error occurs, it sets
+.IR errno
+to
+.B EILSEQ
+and returns
 .BR WEOF .
-Otherwise it returns \fIwc\fP.
+Otherwise it returns
+.IR wc .
 .PP
 For a nonlocking counterpart, see
 .BR unlocked_stdio (3).
 .SH RETURN VALUE
 The
 .BR putwchar ()
-function returns \fIwc\fP if no error occurred, or
+function returns
+.I wc
+if no error occurred, or
 .B WEOF
 to indicate an error.
 .SH CONFORMING TO
@@ -58,7 +70,8 @@ current locale.
 It is reasonable to expect that
 .BR putwchar ()
 will actually write
-the multibyte sequence corresponding to the wide character \fIwc\fP.
+the multibyte sequence corresponding to the wide character
+.IR wc .
 .SH SEE ALSO
 .BR fputwc (3),
 .BR unlocked_stdio (3)