diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-02-09 20:29:51 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-02-09 20:29:51 +0000 |
commit | dcec8eb5515fbb4a292846b5ac8e5ddd0877e139 (patch) | |
tree | 59c7046b1eb359280e037429e186651335754e84 /man3/putwchar.3 | |
parent | 9ff08aad913180061c2e248a83176d1edf909dda (diff) |
Formatting fixes
Diffstat (limited to 'man3/putwchar.3')
-rw-r--r-- | man3/putwchar.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/putwchar.3 b/man3/putwchar.3 index 4ab8f692..75ed9675 100644 --- a/man3/putwchar.3 +++ b/man3/putwchar.3 @@ -25,7 +25,7 @@ putwchar \- write a wide character to standard output The \fBputwchar\fP() function is the wide-character equivalent of the \fBputchar\fP() function. It writes the wide character \fIwc\fP to \fBstdout\fP. If \fIferror(stdout)\fP becomes true, it returns WEOF. If a wide character -conversion error occurs, it sets \fBerrno\fP to \fBEILSEQ\fP and returns WEOF. +conversion error occurs, it sets \fIerrno\fP to \fBEILSEQ\fP and returns WEOF. Otherwise it returns \fIwc\fP. .PP For a non-locking counterpart, see |