glibc
-----
-* With no indicator suffixes, iconv() returns EILSEQ for
- valid but untranslatable sequences.
+* With no indicator suffixes, iconv() returns EILSEQ for valid but
+ untranslatable sequences. This is documented in both glibc's
+ documentation (charset.texi) and in the Linux man-pages iconv(3)
+ page.
libiconv
--------
-* With no indicator suffixes, iconv() returns EILSEQ for
- valid but untranslatable sequences.
+* With no indicator suffixes, iconv() returns EILSEQ for valid but
+ untranslatable sequences. This is documented in both the libiconv
+ and Linux man-pages iconv(3) pages.
+
+* Depending on the platform, libiconv may use ``const char **`` for
+ the type of the input buffer. POSIX has ``char **``. This is
+ documented in the NOTES section of libiconv's iconv(3) man page.
+