]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Remove '.info' suffix in manual names passed to @ref [BZ #32962]. master
authorCollin Funk <collin.funk1@gmail.com>
Tue, 13 May 2025 02:07:15 +0000 (19:07 -0700)
committerSam James <sam@gentoo.org>
Thu, 3 Jul 2025 04:19:42 +0000 (05:19 +0100)
Texinfo 7.2 began warning about the '.info' suffix in the manual names
passed to @ref and similar commands.  They eventually plan to stop
stripping the '.info' suffix internally which will lead to broken links
in the manuals without this change.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
manual/intro.texi
manual/maint.texi
manual/stdio.texi

index d95648468db6f224dc0f4c8c0dbb402186e725db..3a45a5109348e697c6ebe36ed709d0a9666fd3f6 100644 (file)
@@ -1061,8 +1061,7 @@ put the @samp{#include} directives immediately afterwards, following the
 feature test macro definition (@pxref{Feature Test Macros}).
 
 For more information about the use of header files and @samp{#include}
-directives, @pxref{Header Files,,, cpp.info, The GNU C Preprocessor
-Manual}.
+directives, @pxref{Header Files,,, cpp, The GNU C Preprocessor Manual}.
 
 @Theglibc{} provides several header files, each of which contains
 the type and macro definitions and variable and function declarations
index 31765466b2d78a85ee19aa4fba34b04da4a132a9..58479ec723d6828007c3a601a62342624f1672e1 100644 (file)
@@ -725,8 +725,8 @@ just @w{@samp{--with-@var{package}}} (no argument), then it sets
 @item configure.ac
 
 This file is an Autoconf input fragment to be processed into the file
-@file{configure} in this subdirectory.  @xref{Introduction,,,
-autoconf.info, Autoconf: Generating Automatic Configuration Scripts},
+@file{configure} in this subdirectory.  @xref{Introduction,,, autoconf,
+Autoconf: Generating Automatic Configuration Scripts},
 for a description of Autoconf.  You should write either @file{configure}
 or @file{configure.ac}, but not both.  The first line of
 @file{configure.ac} should invoke the @code{m4} macro
index 29ed720839aac6552f36d04a5705088101ae2689..16d459424e8fd200e9659ee4af2705f2fdf1010f 100644 (file)
@@ -3518,8 +3518,8 @@ If you are trying to read input that doesn't match a single, fixed
 pattern, you may be better off using a tool such as Flex to generate a
 lexical scanner, or Bison to generate a parser, rather than using
 @code{scanf}.  For more information about these tools, see @ref{Top, , ,
-flex.info, Flex: The Lexical Scanner Generator}, and @ref{Top, , ,
-bison.info, The Bison Reference Manual}.
+flex, Flex: The Lexical Scanner Generator}, and @ref{Top, , , bison, The
+Bison Reference Manual}.
 
 @node Input Conversion Syntax
 @subsection Input Conversion Syntax