Dear Maintainer,

According to definitions of mbstowcs and wcstombs (see below), the phrase
    ``The conversion starts in the initial state.''
may be left in mbstowcs(3) and wcstombs(3), but the phrase
    ``In this case, the conversion ends in the initial state.''
should be removed from wcstombs(3) (because there is no such sentence
in corresponding section of mbstowcs(3) and because this sentence
makes no sense):

    http://code.metager.de/source/xref/gnu/glibc/stdlib/mbstowcs.c

    http://code.metager.de/source/xref/gnu/glibc/stdlib/wcstombs.c



BTW, in mbstowcs(3) the phrase

    including the terminating null wide character ('\0')

should be changed to

    including the terminating null byte ('\0')

Regards,
Igor

Reply via email to