]> 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)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 19 Feb 2018 20:39:17 +0000 (20:39 +0000)
commit6031b49c397a7f88d9f27f2ad4f53ad0ced57bde
tree333314f4d969b6d3e22b165d85472308b3a0a345
parentd5f136743d84ca2f7786ad796451b41881a8786b
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.

(cherry picked from commit 1f6676d7da1b7c864e9a5d59fe9162a88bd21952)
ChangeLog
manual/creature.texi
manual/stdio.texi
manual/string.texi