[COMMITTED] Doc: Fix Texinfo warning in install.texi

Message ID 20250212014839.2160560-3-sloosemore@baylibre.com
State Committed
Commit 805329e09cede41209f6c3502fa2c17aefffe91b
Headers
Series [COMMITTED] Doc: Fix Texinfo warning in install.texi |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-arm-bootstrap fail Patch failed to apply

Commit Message

Sandra Loosemore Feb. 12, 2025, 1:48 a.m. UTC
  For some time I've been seeing this Texinfo warning in my builds:

.../gcc/doc/install.texi:2295: warning: `.' or `,' must follow @xref, not f

Fixed thusly.

gcc/ChangeLog
	* doc/install.texi: Add missing comma after @xref to fix warning.
---
 gcc/doc/install.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index d6cf318b3af..bd7a38048eb 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2292,7 +2292,7 @@  canadian cross build.  The @option{--disable-nls} option disables NLS@.
 Note that this functionality requires either libintl (provided by GNU
 gettext) or C standard library that contains support for gettext (such
 as the GNU C Library).
-@xref{with-included-gettext,,--with-included-gettext} for more
+@xref{with-included-gettext,,--with-included-gettext}, for more
 information on the conditions required to get gettext support.
 
 @item --with-libintl-prefix=@var{dir}