aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mbrtowc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mbrtowc.3')
-rw-r--r--man3/mbrtowc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mbrtowc.3 b/man3/mbrtowc.3
index eedba2d4d0..7be4d78375 100644
--- a/man3/mbrtowc.3
+++ b/man3/mbrtowc.3
@@ -76,8 +76,8 @@ puts \fI*ps\fP in the initial state and returns 0.
.PP
In all of the above cases, if \fIps\fP is a NULL pointer, a static anonymous
state only known to the mbrtowc function is used instead.
-Otherwise, \fI*ps\fP must be a valid \fBmbstate_t\fP object.
-An \fBmbstate_t\fP object \fIa\fP can be initialized to the initial state
+Otherwise, \fI*ps\fP must be a valid \fImbstate_t\fP object.
+An \fImbstate_t\fP object \fIa\fP can be initialized to the initial state
by zeroing it, for example using
.sp
.RS