bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tiny typo in bison manual ("see also")


From: Akim Demaille
Subject: Re: tiny typo in bison manual ("see also")
Date: Wed, 31 Dec 2014 12:50:46 +0100

> Le 26 juin 2014 à 02:21, xolodho <address@hidden> 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 <address@hidden>
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:
 
-Аскар Сафин              address@hidden
+Аскар Сафин               address@hidden
 Airy Andre                address@hidden
 Akim Demaille             address@hidden
 Albert Chin-A-Young       address@hidden
@@ -66,9 +66,9 @@ Johan van Selst           address@hidden
 Jonathan Fabrizio         address@hidden
 Jonathan Nieder           address@hidden
 Juan Manuel Guerrero      address@hidden
-Ken Moffat                address@hidden
 Kees Zeelenberg           address@hidden
 Keith Browne              address@hidden
+Ken Moffat                address@hidden
 Laurent Mascherpa         address@hidden
 Lie Yan                   address@hidden
 Magnus Fromreide          address@hidden
@@ -114,9 +114,9 @@ Raja R Harinath           address@hidden
 Ralf Wildenhues           address@hidden
 Richard Stallman          address@hidden
 Rici Lake                 address@hidden
+Rob Conde                 address@hidden
 Rob Vermaas               address@hidden
 Robert Anisko             address@hidden
-Rob Conde                 address@hidden
 Roland Levillain          address@hidden
 Satya Kiran Popuri        address@hidden
 Sebastian Setzer          address@hidden
@@ -146,6 +146,7 @@ Wojciech Polak            address@hidden
 Wolfgang S. Kechel        address@hidden
 Wolfram Wagner            address@hidden
 Wwp                       address@hidden
+xolodho                   address@hidden
 Zack Weinberg             address@hidden
 
 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

[Prev in Thread] Current Thread [Next in Thread]