diff options
Diffstat (limited to 'man3/mbsinit.3')
| -rw-r--r-- | man3/mbsinit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/mbsinit.3 b/man3/mbsinit.3 index bd349b091d..78091d19d7 100644 --- a/man3/mbsinit.3 +++ b/man3/mbsinit.3 @@ -39,7 +39,7 @@ representation for an initial state. For 8-bit encodings, all states are equivalent to the initial state. For multibyte encodings like UTF-8, EUC-*, BIG5 or SJIS, the wide character to multibyte conversion functions never produce non-initial states, but the -multibyte to wide character conversion functions like \fBmbrtowc\fP() do +multibyte to wide-character conversion functions like \fBmbrtowc\fP() do produce non-initial states when interrupted in the middle of a character. .PP One possible way to create an mbstate_t in initial state is to set it to zero: |
