]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: Fix Texinfo warnings about improper node names.
authorRical Jasan <ricaljasan@pacific.net>
Wed, 24 Jan 2018 09:03:38 +0000 (01:03 -0800)
committerRical Jasan <ricaljasan@pacific.net>
Fri, 9 Feb 2018 12:40:48 +0000 (04:40 -0800)
commit1f6676d7da1b7c864e9a5d59fe9162a88bd21952
treeaa1169d408854b670722950671c44aa3c695ed2f
parent15081be9938d0b84634e81b7f0e433ff62406430
manual: Fix Texinfo warnings about improper node names.

A number of cross-references to the GCC info manual cause Texinfo
warnings; e.g.:

  ./creature.texi:11: warning: @xref node name should not contain `.'

This is due to "gcc.info" being used in the INFO-FILE-NAME (fourth)
argument.  Changing it to "gcc" removes these warnings.  (Manually
confirmed equivalent behaviour for make info, html, and pdf.)

* manual/creature.texi: Convert references to gcc.info to gcc.
* manual/stdio.texi: Likewise.
* manual/string.texi: Likewise.
ChangeLog
manual/creature.texi
manual/stdio.texi
manual/string.texi