]> git.saurik.com Git - bison.git/commitdiff
doc: fixes.
authorAkim Demaille <demaille@gostai.com>
Thu, 17 Sep 2009 07:40:42 +0000 (09:40 +0200)
committerAkim Demaille <demaille@gostai.com>
Thu, 17 Sep 2009 07:42:30 +0000 (09:42 +0200)
* doc/bison.texinfo: here.
Reported by Alex Rozenman.

ChangeLog
doc/bison.texinfo

index 504b0f58868961849866fcef4b1ffd890aff836d..2811304e2dcf25a545ef90310b8d405b2f3865bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-17  Akim Demaille  <demaille@gostai.com>
+
+       doc: fixes.
+       * doc/bison.texinfo: here.
+       Reported by Alex Rozenman.
+
 2009-09-16  Akim Demaille  <demaille@gostai.com>
 
        doc: lalr1.cc and variants.
 2009-09-16  Akim Demaille  <demaille@gostai.com>
 
        doc: lalr1.cc and variants.
index e38bfa56c3e1df8a60e5e173d24f7cc087a3fe26..8f40afbee4e52833a2cba7d6160084859ebbc089 100644 (file)
@@ -8617,7 +8617,7 @@ alias analysis must be disabled}.  Use the option
 There might be portability issues we are not aware of.
 @end itemize
 
 There might be portability issues we are not aware of.
 @end itemize
 
-As far as we know, these limitations \emph{can} be alleviated.  All it takes
+As far as we know, these limitations @emph{can} be alleviated.  All it takes
 is some time and/or some talented C++ hacker willing to contribute to Bison.
 
 @node C++ Location Values
 is some time and/or some talented C++ hacker willing to contribute to Bison.
 
 @node C++ Location Values
@@ -9113,7 +9113,7 @@ definition of ``symbol'', we enable @code{lex_symbol}.
 @findex %code requires
 Then come the declarations/inclusions needed by the semantic values.
 Because the parser uses the parsing driver and reciprocally, both would like
 @findex %code requires
 Then come the declarations/inclusions needed by the semantic values.
 Because the parser uses the parsing driver and reciprocally, both would like
-to include the header of the other, which is, of course, insane.  These
+to include the header of the other, which is, of course, insane.  This
 mutual dependency will be broken using forward declarations.  Because the
 driver's header needs detailed knowledge about the parser class (in
 particular its inner types), it is the parser's header which will use a
 mutual dependency will be broken using forward declarations.  Because the
 driver's header needs detailed knowledge about the parser class (in
 particular its inner types), it is the parser's header which will use a