diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-09 15:49:35 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-09 15:49:35 +0000 |
commit | f81fb4445b17557964679fa9bab4f61bce571f95 (patch) | |
tree | 4823a54a9ebcab1042814df9bd824076f7b2b3cc /man3/mbtowc.3 | |
parent | 84c517a450239fd846ebb0a4e576f02fe395d609 (diff) |
s/\\'/\\(aq/
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 |