[PATCH] newlib: info: tweak iconv node to avoid collisions

Jeff Johnston jjohnstn@redhat.com
Tue Dec 13 01:28:38 GMT 2022


LGTM.

-- Jeff J.

On Sat, Dec 10, 2022 at 3:30 AM Mike Frysinger <vapier@gentoo.org> wrote:

> 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.
> ---
>  newlib/libc/iconv/iconv.tex | 2 +-
>  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 42d04c0b616f..5b1f7518a4fe 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 d217d8118277..72328e148bf6 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::
> --
> 2.38.1
>
>


More information about the Newlib mailing list