From 1410e233beb7335731df346dd18704e5acebf20d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Oct 2000 02:37:46 +0000 Subject: Update. 2000-10-25 Bruno Haible * 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. --- manual/charset.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/charset.texi') 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. -- cgit 1.4.1