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:
parent
5ba5e09b9d
commit
c8d5210337
|
@ -1,4 +1,4 @@
|
|||
@node Iconv
|
||||
@node Encoding conversions
|
||||
@chapter Encoding conversions (@file{iconv.h})
|
||||
|
||||
This chapter describes the Newlib iconv library.
|
||||
|
|
|
@ -151,7 +151,7 @@ into another language, under the above conditions for modified versions.
|
|||
* Posix::
|
||||
* Syscalls::
|
||||
* Arglists::
|
||||
* Iconv::
|
||||
* Encoding conversions::
|
||||
* Overflow Protection::
|
||||
|
||||
* Document Index::
|
||||
|
|
Loading…
Reference in New Issue