diff options
Diffstat (limited to 'man3/mbtowc.3')
| -rw-r--r-- | man3/mbtowc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mbtowc.3 b/man3/mbtowc.3 index dd3f0ea273..1efb4ebce4 100644 --- a/man3/mbtowc.3 +++ b/man3/mbtowc.3 @@ -11,7 +11,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBTOWC 3 2001-07-04 "GNU" "Linux Programmer's Manual" +.TH MBTOWC 3 2011-09-28 "GNU" "Linux Programmer's Manual" .SH NAME mbtowc \- convert a multibyte sequence to a wide character .SH SYNOPSIS @@ -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 \(aq\\0\(aq byte, it returns the number +If \fIs\fP does not point to a null byte (\(aq\\0\(aq), 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 |
