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/getwchar.3 | |
parent | f94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff) |
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/getwchar.3')
-rw-r--r-- | man3/getwchar.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getwchar.3 b/man3/getwchar.3 index 595008317..479801654 100644 --- a/man3/getwchar.3 +++ b/man3/getwchar.3 @@ -28,7 +28,7 @@ It reads a wide character from \fBstdin\fP and returns it. If the end of stream is reached, or if \fIferror(stdin)\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 For a non-locking counterpart, see |