From 188867ac65e5141ce20454ba6604900c923ba983 Mon Sep 17 00:00:00 2001
From: Akim Demaille <akim@lrde.epita.fr>
Date: Tue, 22 May 2012 17:29:38 +0200
Subject: [PATCH 2/4] doc: fixes.

* doc/bison.texinfo: Fix errors spotted by syntax-check.
---
 doc/bison.texinfo |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 3337551..97b3273 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -7607,7 +7607,7 @@ calls @code{yyerror} and then returns 2.
 
 Because Bison parsers have growing stacks, hitting the upper limit
 usually results from using a right recursion instead of a left
-recursion, @xref{Recursion, ,Recursive Rules}.
+recursion, see @ref{Recursion, ,Recursive Rules}.
 
 @vindex YYMAXDEPTH
 By defining the macro @code{YYMAXDEPTH}, you can control how deep the
@@ -10471,8 +10471,8 @@ My parser returns with error with a @samp{memory exhausted}
 message.  What can I do?
 @end quotation
 
-This question is already addressed elsewhere, @xref{Recursion,
-,Recursive Rules}.
+This question is already addressed elsewhere, see @ref{Recursion, ,Recursive
+Rules}.
 
 @node How Can I Reset the Parser
 @section How Can I Reset the Parser
-- 
1.7.10.2

