aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fputwc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fputwc.3')
-rw-r--r--man3/fputwc.32
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