]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 20:22:59 +0000 (20:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 20:22:59 +0000 (20:22 +0000)
* manual/charset.texi (Generic Conversion Interface): Remove from
inbuf parameter of iconv.

ChangeLog
manual/charset.texi

index 9c6f1cd1ac469a7dae81af03f782f8e3200a6150..7eba2803eabd0e1b00b98e530bd04fc0de5464a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
        * iconv/iconv_prog.c (process_block): Remove const from second
        parameter.
        (main): Remove const from addr definition.
+       * manual/charset.texi (Generic Conversion Interface): Remove from
+       inbuf parameter of iconv.
 
        * intl/dcigettext.c: Fix typo in comment.
 
index de4bc7e25de64d17cf06ee889350899b719d6905..407833a4fd76a4ae375c498c2856f560468c096d 100644 (file)
@@ -1690,7 +1690,7 @@ even file to file can be implemented on top of it.
 
 @comment iconv.h
 @comment XPG2
-@deftypefun size_t iconv (iconv_t @var{cd}, const char **@var{inbuf}, size_t *@var{inbytesleft}, char **@var{outbuf}, size_t *@var{outbytesleft})
+@deftypefun size_t iconv (iconv_t @var{cd}, char **@var{inbuf}, size_t *@var{inbytesleft}, char **@var{outbuf}, size_t *@var{outbytesleft})
 @cindex stateful
 The @code{iconv} function converts the text in the input buffer
 according to the rules associated with the descriptor @var{cd} and