]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Doc: Fix Texinfo warning in install.texi
authorSandra Loosemore <sloosemore@baylibre.com>
Tue, 11 Feb 2025 22:13:49 +0000 (22:13 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Wed, 12 Feb 2025 01:46:18 +0000 (01:46 +0000)
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

index d6cf318b3afefa0bdb6cab289a9c9bebb87e58ca..bd7a38048eb343c7356c66040c7bbb8fdd834190 100644 (file)
@@ -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}