about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2018-01-24 01:03:38 -0800
committerRical Jasan <ricaljasan@pacific.net>2018-02-09 04:40:48 -0800
commit1f6676d7da1b7c864e9a5d59fe9162a88bd21952 (patch)
treeaa1169d408854b670722950671c44aa3c695ed2f /ChangeLog
parent15081be9938d0b84634e81b7f0e433ff62406430 (diff)
downloadglibc-1f6676d7da1b7c864e9a5d59fe9162a88bd21952.tar.gz
glibc-1f6676d7da1b7c864e9a5d59fe9162a88bd21952.tar.xz
glibc-1f6676d7da1b7c864e9a5d59fe9162a88bd21952.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a279d7e31..041f38ef6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-09  Rical Jasan  <ricaljasan@pacific.net>
+
+	* manual/creature.texi: Convert references to gcc.info to gcc.
+	* manual/stdio.texi: Likewise.
+	* manual/string.texi: Likewise.
+
 2018-02-07  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #17979]