about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-21 20:22:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-21 20:22:59 +0000
commit70a1a46550662dd69b6cceabf00ccafff96f606d (patch)
tree3103aac16e8e8b795ba282d525a08b78069bcb95
parent3b43494000bba0633fccbb481c77825927ebb8fb (diff)
downloadglibc-70a1a46550662dd69b6cceabf00ccafff96f606d.tar.gz
glibc-70a1a46550662dd69b6cceabf00ccafff96f606d.tar.xz
glibc-70a1a46550662dd69b6cceabf00ccafff96f606d.zip
Update.
	* manual/charset.texi (Generic Conversion Interface): Remove from
	inbuf parameter of iconv.
-rw-r--r--ChangeLog2
-rw-r--r--manual/charset.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c6f1cd1ac..7eba2803ea 100644
--- 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.
 
diff --git a/manual/charset.texi b/manual/charset.texi
index de4bc7e25d..407833a4fd 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -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