GNU bug report logs -
#33599
PATCH: Fix Info links
Previous Next
Reported by: jcb62281 <at> gmail.com
Date: Mon, 3 Dec 2018 15:31:02 UTC
Severity: normal
Done: Ben Elliston <bje <at> air.net.au>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
While looking into another problem, I found that the Info node links are
incorrect in dejagnu.texi. See
<URL:https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Writing-a-Node>
for more details.
ChangeLog entry:
----
* doc/dejagnu.texi: Fix Info node links.
----
patch:
----
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 887891e..8ee5953 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -5425,19 +5425,19 @@ This makes runtest exit. It is abbreviated as
@emph{q}.
@item @code{}
@end table
-@node GNU Free Documentation License, Reference, Concept Index, Top
+@node GNU Free Documentation License, Concept Index, Reference, Top
@appendix GNU Free Documentation License
@include fdl.texi
-@node Concept Index, GNU Free Documentation License, Procedure Index, Top
+@node Concept Index, Procedure Index, GNU Free Documentation License, Top
@unnumbered Concept Index
@printindex cp
-@node Procedure Index, Concept Index, Variable Index, Top
+@node Procedure Index, Variable Index, Concept Index, Top
@unnumbered Procedure Index
@printindex fn
-@node Variable Index, Procedure Index, , Top
+@node Variable Index, , Procedure Index, Top
@unnumbered Variable Index
@printindex vr
----
-- Jacob
This bug report was last modified 6 years and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.