diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-10 03:27:58 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-12-13 05:22:09 -0500 |
commit | c8d521033751fbcccdc8ce93f22521e32c6fc6ed (patch) | |
tree | 3c716095f1f9973ccffd6b8c9778d8c6bb4a4278 /newlib/libc | |
parent | 5ba5e09b9d39feaedc9be0dcd88d085b256c5d40 (diff) | |
download | newlib-c8d521033751fbcccdc8ce93f22521e32c6fc6ed.zip newlib-c8d521033751fbcccdc8ce93f22521e32c6fc6ed.tar.gz newlib-c8d521033751fbcccdc8ce93f22521e32c6fc6ed.tar.bz2 |
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.
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/iconv/iconv.tex | 2 | ||||
-rw-r--r-- | newlib/libc/libc.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/iconv/iconv.tex b/newlib/libc/iconv/iconv.tex index 42d04c0..5b1f751 100644 --- a/newlib/libc/iconv/iconv.tex +++ b/newlib/libc/iconv/iconv.tex @@ -1,4 +1,4 @@ -@node Iconv +@node Encoding conversions @chapter Encoding conversions (@file{iconv.h}) This chapter describes the Newlib iconv library. diff --git a/newlib/libc/libc.texi b/newlib/libc/libc.texi index d217d81..72328e1 100644 --- a/newlib/libc/libc.texi +++ b/newlib/libc/libc.texi @@ -151,7 +151,7 @@ into another language, under the above conditions for modified versions. * Posix:: * Syscalls:: * Arglists:: -* Iconv:: +* Encoding conversions:: * Overflow Protection:: * Document Index:: |