diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-22 00:10:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-22 00:10:30 +0000 |
commit | bafb8ee92fbb5937357d53b8b9275c99e9da1cfe (patch) | |
tree | 795ef9a98481efeb34a23ce3824e629f8fa48342 /manual/charset.texi | |
parent | Update. (diff) | |
download | glibc-bafb8ee92fbb5937357d53b8b9275c99e9da1cfe.tar.gz glibc-bafb8ee92fbb5937357d53b8b9275c99e9da1cfe.tar.bz2 glibc-bafb8ee92fbb5937357d53b8b9275c99e9da1cfe.zip |
Update.
* manual/charset.texi: Fix typos. Rephrase.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.
Patches by Mike Coleman <mkc@kc.net>.
Diffstat (limited to 'manual/charset.texi')
-rw-r--r-- | manual/charset.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/charset.texi b/manual/charset.texi index f48db7dd61..de4bc7e25d 100644 --- a/manual/charset.texi +++ b/manual/charset.texi @@ -628,8 +628,8 @@ string pointed to by @var{pwc}. The conversion is performed according to the locale currently selected for the @code{LC_CTYPE} category. If the conversion for the character set used in the locale requires a state the multibyte string is interpreted in the state represented by the -object pointed to by @var{ps}. If @var{ps} is a null pointer an static, -internal state variable used only by the @code{mbrtowc} variable is +object pointed to by @var{ps}. If @var{ps} is a null pointer, a static, +internal state variable used only by the @code{mbrtowc} function is used. If the next multibyte character corresponds to the NUL wide character @@ -729,7 +729,7 @@ Otherwise the multibyte character sequence is invalid and the return value is @code{(size_t) -1}. The multibyte sequence is interpreted in the state represented by the -object pointer to by @var{ps}. If @var{ps} is a null pointer an state +object pointed to by @var{ps}. If @var{ps} is a null pointer, a state object local to @code{mbrlen} is used. @pindex wchar.h |