aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mbtowc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mbtowc.3')
-rw-r--r--man3/mbtowc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mbtowc.3 b/man3/mbtowc.3
index 24ae99e9d4..c5022261af 100644
--- a/man3/mbtowc.3
+++ b/man3/mbtowc.3
@@ -59,7 +59,7 @@ function
.\" glibc doesn't implement this.
resets the shift state, only known to this function,
to the initial state, and
-returns non-zero if the encoding has nontrivial shift state, or zero if the
+returns nonzero if the encoding has nontrivial shift state, or zero if the
encoding is stateless.
.SH "RETURN VALUE"
If \fIs\fP is not NULL, the
@@ -71,7 +71,7 @@ or \-1 upon failure.
If \fIs\fP is NULL, the
.BR mbtowc ()
function
-returns non-zero if the encoding
+returns nonzero if the encoding
has nontrivial shift state, or zero if the encoding is stateless.
.SH "CONFORMING TO"
C99.