diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
| commit | d0f17b5722cf0384bfed91effce12b702b1711b8 (patch) | |
| tree | d5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/fputwc.3 | |
| parent | f94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff) | |
| download | man-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz | |
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/fputwc.3')
| -rw-r--r-- | man3/fputwc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fputwc.3 b/man3/fputwc.3 index 42dbfba982..6a922281aa 100644 --- a/man3/fputwc.3 +++ b/man3/fputwc.3 @@ -29,7 +29,7 @@ equivalent of the \fBfputc\fP() function. It writes the wide character \fIwc\fP to \fIstream\fP. If \fIferror(stream)\fP becomes true, it returns WEOF. -If a wide character conversion error occurs, +If a wide-character conversion error occurs, it sets \fIerrno\fP to \fBEILSEQ\fP and returns WEOF. Otherwise it returns \fIwc\fP. .PP |
