From f4ac56eeb1aee2f603bd4b4ba2b968b37f340e3d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Nov 2021 18:24:25 -0700 Subject: [PATCH] doc: correct @node placement for new subsubsection. This change addresses https://bugs.gnu.org/51532. * doc/automake.texi (Linking Multiple Yacc Parsers): unfortunately I misplaced the @node after the @subsection; correct that. --- doc/automake.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/automake.texi b/doc/automake.texi index ab4e2aeb6..495d80ad6 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6398,8 +6398,8 @@ fixed, and a parallel make could invoke more than one instance of * Linking Multiple Yacc Parsers:: @end menu -@subsection Linking Multiple Yacc Parsers @node Linking Multiple Yacc Parsers +@subsection Linking Multiple Yacc Parsers @cindex Linking multiple @command{yacc} parsers -- 2.47.2