I noticed an error in gcc/doc/install.texi, but I don't know how to correct it. It occurs here,
> @xref{with-included-gettext,,--with-included-gettext} for more > information on the conditions required to get gettext support. The build produces this warning: > install.texi:2295: warning: `.' or `,' must follow @xref, not f The rendered text in info(1) is probably not what is intended, > gettext (such as the GNU C Library). *Note > -with-included-gettext: with-included-gettext. for more information > on the conditions required to get gettext support. The 2-hyphen prefix of the 3rd parameter of @xref is removed in the rendering. Compared with other @xref examples in the document, it's not wrapped in @ifnothtml. At that point I decided not to guess, but just to ask what the author was aiming at, and if a patch is wanted. --jkl