]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Revert doc patch.
[bison.git] / doc / bison.texinfo
index 7b665633791586e9e824291431ac931c500e788c..bf0f790b371cd38698d5802c67e3904ecfa1c8bb 100644 (file)
@@ -4507,9 +4507,8 @@ produce parsers that are very large.  In practice, Bison is more useful
 as it is now.
 
 When the problem arises, you can often fix it by identifying the two
-parser states that are being confused (using @samp{-v}
-(@pxref{Invocation, ,Invoking Bison}) can help), and adding something to
-make them look distinct.  In the above example, adding one rule to
+parser states that are being confused, and adding something to make them
+look distinct.  In the above example, adding one rule to
 @code{return_spec} as follows makes the problem go away:
 
 @example