> Le 26 juin 2014 à 02:21, xolodho <xolo...@gmail.com> a écrit :
> 
> Hello.
> 
> In section 3.7.7 (Printing Semantic Values) of the Bison "info" manual
> (for version 3.0.2) there is a tiny typo at the bottom, it says "See
> also" and no text follows.
> 
> http://www.gnu.org/software/bison/manual/bison.html#Printer-Decl

Thanks a lot!  I installed the following patch.

commit a3c3c6f2428177ff071e3a70fc6b23e72962c177
Author: Akim Demaille <a...@lrde.epita.fr>
Date:   Wed Dec 31 12:49:39 2014 +0100

    doc: fix missing xref
    
    Reported by xolodho.
    
    * doc/bison.texi (Printer Decl): here.

diff --git a/THANKS b/THANKS
index 56d32b6..780ecd5 100644
--- a/THANKS
+++ b/THANKS
@@ -1,7 +1,7 @@
 Bison was originally written by Robert Corbett.  It would not be what
 it is today without the invaluable help of these people:
 
-Аскар Сафин              safinas...@mail.ru
+Аскар Сафин               safinas...@mail.ru
 Airy Andre                airy.an...@edf.fr
 Akim Demaille             a...@lrde.epita.fr
 Albert Chin-A-Young       ch...@thewrittenword.com
@@ -66,9 +66,9 @@ Johan van Selst           joh...@stack.nl
 Jonathan Fabrizio         jonathan.fabri...@lrde.epita.fr
 Jonathan Nieder           jrnie...@gmail.com
 Juan Manuel Guerrero      juan.guerr...@gmx.de
-Ken Moffat                zarniwh...@ntlworld.com
 Kees Zeelenberg           k...@users.sourceforge.net
 Keith Browne              kbro...@legato.com
+Ken Moffat                zarniwh...@ntlworld.com
 Laurent Mascherpa         laurent.masche...@epita.fr
 Lie Yan                   lie....@kaust.edu.sa
 Magnus Fromreide          ma...@lysator.liu.se
@@ -114,9 +114,9 @@ Raja R Harinath           harin...@cs.umn.edu
 Ralf Wildenhues           ralf.wildenh...@gmx.de
 Richard Stallman          r...@gnu.org
 Rici Lake                 ricil...@gmail.com
+Rob Conde                 rob.co...@ai-solutions.com
 Rob Vermaas               rob.verm...@gmail.com
 Robert Anisko             anisk...@epita.fr
-Rob Conde                 rob.co...@ai-solutions.com
 Roland Levillain          rol...@lrde.epita.fr
 Satya Kiran Popuri        satyaki...@gmail.com
 Sebastian Setzer          sebastian.setzer....@siemens.com
@@ -146,6 +146,7 @@ Wojciech Polak            po...@gnu.org
 Wolfgang S. Kechel        wolfgang.kec...@prs.de
 Wolfram Wagner            w...@mpi-sb.mpg.de
 Wwp                       subscr...@free.fr
+xolodho                   xolo...@gmail.com
 Zack Weinberg             z...@codesourcery.com
 
 Many people are not named here because we lost track of them.  We
diff --git a/doc/bison.texi b/doc/bison.texi
index 6e46c78..665664b 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -5145,7 +5145,9 @@ value by default.  However, when the parser displays a 
@code{STRING1} or a
 @code{string1}, it formats it as a string in double quotes.  It performs
 only the second @code{%printer} in this case, so it prints only once.
 Finally, the parser print @samp{<>} for any symbol, such as @code{TAGLESS},
-that has no semantic type tag.  See also
+that has no semantic type tag.  @xref{Mfcalc Traces, ,Enabling Debug Traces
+for @code{mfcalc}}, for a complete example.
+
 
 
 @node Expect Decl



Reply via email to