aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fgetwc.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 19:40:35 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 19:40:35 +0000
commitd0f17b5722cf0384bfed91effce12b702b1711b8 (patch)
treed5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/fgetwc.3
parentf94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff)
downloadman-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/fgetwc.3')
-rw-r--r--man3/fgetwc.32
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().