diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-26 02:37:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-26 02:37:46 +0000 |
commit | 1410e233beb7335731df346dd18704e5acebf20d (patch) | |
tree | e5e4a2e1485b5b0d3bdcf989e8b373fe72c7cfd7 /manual/charset.texi | |
parent | 876f9634403d1ab7ff1860c285bfe098d81b7d04 (diff) | |
download | glibc-1410e233beb7335731df346dd18704e5acebf20d.tar glibc-1410e233beb7335731df346dd18704e5acebf20d.tar.gz glibc-1410e233beb7335731df346dd18704e5acebf20d.tar.bz2 glibc-1410e233beb7335731df346dd18704e5acebf20d.zip |
Update.
2000-10-25 Bruno Haible <haible@clisp.cons.org>
* manual/charset.texi: Fix spelling of __GCONV_FULL_OUTPUT.
* manual/message.texi (Translation with gettext): Remove paragraph
about macros contained in libintl.h.
(bind_textdomain_codeset): Describe codeset argument.
(Using gettextized software): Add setlocale call to sample code.
Diffstat (limited to 'manual/charset.texi')
-rw-r--r-- | manual/charset.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/charset.texi b/manual/charset.texi index 89a54d8e13..227dcc16ea 100644 --- a/manual/charset.texi +++ b/manual/charset.texi @@ -2761,7 +2761,7 @@ The return value must be one of the following values: @table @code @item __GCONV_EMPTY_INPUT All input was consumed and there is room left in the output buffer. -@item __GCONV_OUTPUT_FULL +@item __GCONV_FULL_OUTPUT No more room in the output buffer. In case this is not the last step this value is propagated down from the call of the next conversion function in the chain. |