This commit is contained in:
Michael Kerrisk 2007-11-29 18:02:29 +00:00
parent ef203e4559
commit 193e2dd161
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ It returns
.I (size_t)(\-1)
and sets \fIerrno\fP to \fBEILSEQ\fP, if an invalid multibyte sequence was
encountered.
It returns (size_t)(\-2) if it couldn't parse a complete multibyte
It returns \fI(size_t)(\-2)\fP if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased.
.SH "CONFORMING TO"
C99

View File

@ -94,7 +94,7 @@ It returns
.I (size_t)(\-1)
and sets \fIerrno\fP to \fBEILSEQ\fP, if an invalid multibyte sequence was
encountered.
It returns (size_t)(\-2) if it couldn't parse a complete multibyte
It returns \fI(size_t)(\-2)\fP if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased.
.SH "CONFORMING TO"
C99