diff options
Diffstat (limited to 'man3/mbtowc.3')
-rw-r--r-- | man3/mbtowc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/mbtowc.3 b/man3/mbtowc.3 index 5fb9c80f4..5daa12b75 100644 --- a/man3/mbtowc.3 +++ b/man3/mbtowc.3 @@ -32,7 +32,7 @@ multibyte character, converts it to a wide character and stores it at \fI*pwc\fP. It updates an internal shift state only known to the mbtowc function. -If \fIs\fP does not point to a \'\\0\' byte, it returns the number +If \fIs\fP does not point to a \(aq\\0\(aq byte, it returns the number of bytes that were consumed from \fIs\fP, otherwise it returns 0. .PP If the \fIn\fP bytes starting at \fIs\fP do not contain a complete multibyte |