diff options
Diffstat (limited to 'man3/fgetwc.3')
| -rw-r--r-- | man3/fgetwc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fgetwc.3 b/man3/fgetwc.3 index 9c001139d1..9b4d3df41a 100644 --- a/man3/fgetwc.3 +++ b/man3/fgetwc.3 @@ -31,7 +31,7 @@ of the \fBfgetc\fP() function. It reads a wide character from \fIstream\fP and returns it. If the end of stream is reached, or if \fIferror(stream)\fP becomes true, it returns WEOF. -If a wide character conversion error occurs, it sets +If a wide-character conversion error occurs, it sets \fIerrno\fP to \fBEILSEQ\fP and returns WEOF. .PP The \fBgetwc\fP() function or macro functions identically to \fBfgetwc\fP(). |
