From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 946893871D32; Tue, 13 Dec 2022 10:22:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 946893871D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670926950; bh=yL0vSTNMPMu0endyIkgaqL4qgF3JV+4Sai+Q08zxl0g=; h=From:To:Subject:Date:From; b=ZpN8JpdF9nCIPcyb9KQKeTVctrU7B8/22E/3G7W9Y6BtDoNX0BOXARgZCbMYKt5/W H4oxmj9CGb776e9gtBGHXztfuRVSk+3ByNdHe7gnrujWGpIqP6lQnHAXx/nazsvKGn SjOj25sfO9dwuiVn1lBFqiN+zTokTxVUDXU2gwLc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: info: tweak iconv node to avoid collisions X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 5ba5e09b9d39feaedc9be0dcd88d085b256c5d40 X-Git-Newrev: c8d521033751fbcccdc8ce93f22521e32c6fc6ed Message-Id: <20221213102230.946893871D32@sourceware.org> Date: Tue, 13 Dec 2022 10:22:30 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dc8d52103375= 1fbcccdc8ce93f22521e32c6fc6ed commit c8d521033751fbcccdc8ce93f22521e32c6fc6ed Author: Mike Frysinger Date: Sat Dec 10 03:27:58 2022 -0500 newlib: info: tweak iconv node to avoid collisions =20 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. Diff: --- 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 42d04c0b6..5b1f7518a 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}) =20 This chapter describes the Newlib iconv library. diff --git a/newlib/libc/libc.texi b/newlib/libc/libc.texi index d217d8118..72328e148 100644 --- a/newlib/libc/libc.texi +++ b/newlib/libc/libc.texi @@ -151,7 +151,7 @@ into another language, under the above conditions for m= odified versions. * Posix:: * Syscalls:: * Arglists:: -* Iconv:: +* Encoding conversions:: * Overflow Protection:: =20 * Document Index::