public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] newlib: info: tweak iconv node to avoid collisions
@ 2022-12-13 10:22 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2022-12-13 10:22 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c8d521033751fbcccdc8ce93f22521e32c6fc6ed

commit c8d521033751fbcccdc8ce93f22521e32c6fc6ed
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Dec 10 03:27:58 2022 -0500

    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.

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})
 
 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 modified versions.
 * Posix::
 * Syscalls::
 * Arglists::
-* Iconv::
+* Encoding conversions::
 * Overflow Protection::
 
 * Document Index::

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-13 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 10:22 [newlib-cygwin] newlib: info: tweak iconv node to avoid collisions Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).