]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
INSTALL: Regenerate with texinfo 7.2
authorMark Wielaard <mark@klomp.org>
Wed, 14 May 2025 21:11:15 +0000 (23:11 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 22 May 2025 15:08:59 +0000 (17:08 +0200)
This fixes make dist on systems with the latest texinfo installed.
GNU texinfo 7.2 changes @xrefs in proper plain text sentences instead
of pseudo info references.

Tested-By: Collin Funk <collin.funk1@gmail.com>
Reviewed-by: Andreas K. Huettel <dilfridge@gentoo.org>
INSTALL

diff --git a/INSTALL b/INSTALL
index 2c39c32d4a81533dc4f4506bdde943e59d6cfe55..1c4d4b990fb13bbe219432f8be5d48dcbcc1eec3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,7 @@ and describes problems you may experience with compilation and
 installation.
 
    You will need recent versions of several GNU tools: definitely GCC
-and GNU Make, and possibly others.  *Note Tools for Compilation::,
-below.
+and GNU Make, and possibly others.  See Tools for Compilation, below.
 
 Configuring and compiling the GNU C Library
 ===========================================
@@ -213,8 +212,8 @@ passed to 'configure'.  For example:
      slightly increased program load times.
 
 '--enable-pt_chown'
-     The file 'pt_chown' is a helper binary for 'grantpt' (*note
-     Pseudo-Terminals: Allocation.) that is installed setuid root to fix
+     The file 'pt_chown' is a helper binary for 'grantpt' (see
+     Pseudo-Terminals: Allocation) that is installed setuid root to fix
      up pseudo-terminal ownership on GNU/Hurd.  It is not required on
      GNU/Linux, and the GNU C Library will not use the installed
      'pt_chown' program when configured with '--enable-pt_chown'.
@@ -309,10 +308,10 @@ an appropriate numeric parameter to 'make'.  You need a recent GNU
    To build and run test programs which exercise some of the library
 facilities, type 'make check'.  If it does not complete successfully, do
 not use the built library, and report a bug after verifying that the
-problem is not already known.  *Note Reporting Bugs::, for instructions
-on reporting bugs.  Note that some of the tests assume they are not
-being run by 'root'.  We recommend you compile and test the GNU C
-Library as an unprivileged user.
+problem is not already known.  See Reporting Bugs, for instructions on
+reporting bugs.  Note that some of the tests assume they are not being
+run by 'root'.  We recommend you compile and test the GNU C Library as
+an unprivileged user.
 
    Before reporting bugs make sure there is no problem with your system.
 The tests (and later installation) use some pre-existing files of the
@@ -675,8 +674,8 @@ Unix C libraries permit things that we don't, such as closing a file
 twice.
 
    If you think you have found some way in which the GNU C Library does
-not conform to the ISO and POSIX standards (*note Standards and
-Portability::), that is definitely a bug.  Report it!
+not conform to the ISO and POSIX standards (see Standards and
+Portability), that is definitely a bug.  Report it!
 
    Once you're sure you've found a bug, try to narrow it down to the
 smallest test case that reproduces the problem.  In the case of a C