Small wording fixes -- express <=, <, >=, > in words when in running text.

+ffix
This commit is contained in:
Michael Kerrisk 2008-07-11 13:21:30 +00:00
parent dbe21e1d70
commit d7ba51f9c5
1 changed files with 5 additions and 3 deletions

View File

@ -27,7 +27,9 @@ function inspects at most
\fIn\fP bytes of the multibyte string starting at \fIs\fP and extracts the
next complete multibyte character.
It uses a static anonymous shift state only
known to the mblen function.
known to the
.BR mblen ()
function.
If the multibyte character is not the null wide
character, it returns the number of bytes that were consumed from \fIs\fP.
If the multibyte character is the null wide character, it returns 0.
@ -37,8 +39,8 @@ character,
.BR mblen ()
returns \-1.
This can happen even if
\fIn\fP >= \fIMB_CUR_MAX\fP, if the multibyte string contains redundant shift
sequences.
\fIn\fP is greater than or equal to \fIMB_CUR_MAX\fP,
if the multibyte string contains redundant shift sequences.
.PP
If the multibyte string starting at \fIs\fP contains an invalid multibyte
sequence before the next complete character,