File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 2004-01-21 Bruno Haible <bruno@clisp.org>
2+
3+ * man/iconv.3: Fix description of return value in case of error.
4+ Reported by Jonathan Wakely <redi@users.sf.net>.
5+
162003-09-12 Paul Eggert <eggert@twinsun.com>
27
38 * srclib/progreloc.c (get_full_program_name): Define via prototype.
Original file line number Diff line number Diff line change 99.\" GNU glibc-2 source code and manual
1010.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
1111.\"
12- .TH ICONV 3 "June 13, 2002 " "GNU" "Linux Programmer's Manual"
12+ .TH ICONV 3 "January 21, 2004 " "GNU" "Linux Programmer's Manual"
1313.SH NAME
1414iconv \- perform character set conversion
1515.SH SYNOPSIS
@@ -69,7 +69,7 @@ function sets \fIcd\fP's conversion state to the initial state.
6969.SH "RETURN VALUE"
7070The \fB iconv \fP function returns the number of characters converted in a
7171non-reversible way during this call; reversible conversions are not counted.
72- In case of error, it sets \fB errno \fP and returns (iconv_t )(-1).
72+ In case of error, it sets \fB errno \fP and returns (size_t )(-1).
7373.SH ERRORS
7474The following errors can occur, among others:
7575.TP
You can’t perform that action at this time.
0 commit comments