newlib: info: tweak iconv node to avoid collisions

We have "Iconv" and "iconv" nodes which generates Iconv.html and
iconv.html files.  On a case-insensitive filesystem, these collide.
Rename the "Iconv" node to match the chapter name that it's already
using to avoid the issue.
This commit is contained in:
Mike Frysinger 2022-12-10 03:27:58 -05:00
parent 5ba5e09b9d
commit c8d5210337
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@node Iconv
@node Encoding conversions
@chapter Encoding conversions (@file{iconv.h})
This chapter describes the Newlib iconv library.

View File

@ -151,7 +151,7 @@ into another language, under the above conditions for modified versions.
* Posix::
* Syscalls::
* Arglists::
* Iconv::
* Encoding conversions::
* Overflow Protection::
* Document Index::