bug-bison
[Top][All Lists]
Advanced

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

typos


From: Ralf Wildenhues
Subject: typos
Date: Tue, 8 Aug 2006 22:14:19 +0200
User-agent: Mutt/1.5.12-2006-07-14

Hello bug-bison readers,

I've found some typos in the CVS bison documentation, see the patch
below.  Please check whether the YYPRINTF is really a typo; if yes,
it would be good to regenerate the LocalWords: list afterwards.

Cheers,
Ralf

        * doc/bison.texinfo: Fix some typos.

Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.199
diff -u -r1.199 bison.texinfo
--- doc/bison.texinfo   29 Jul 2006 05:53:41 -0000      1.199
+++ doc/bison.texinfo   8 Aug 2006 20:12:15 -0000
@@ -2635,7 +2635,7 @@
 don't need any C declarations, you may omit the @address@hidden and
 @address@hidden delimiters that bracket this section.
 
-The @var{Prologue} section is terminated by the the first occurrence
+The @var{Prologue} section is terminated by the first occurrence
 of @address@hidden that is outside a comment, a string literal, or a
 character constant.
 
@@ -6764,7 +6764,7 @@
 @var{format} and @var{args} are the usual @code{printf} format and
 arguments.  If you define @code{YYDEBUG} to a nonzero value but do not
 define @code{YYFPRINTF}, @code{<stdio.h>} is automatically included
-and @code{YYPRINTF} is defined to @code{fprintf}.
+and @code{YYFPRINTF} is defined to @code{fprintf}.
 
 Once you have compiled the program with trace facilities, the way to
 request a trace is to store a nonzero value in the variable @code{yydebug}.
@@ -6995,7 +6995,7 @@
 
 @item -b @var{file-prefix}
 @itemx address@hidden
-Pretend that @code{%file-prefix} was specified, i.e, specify prefix to use
+Pretend that @code{%file-prefix} was specified, i.e., specify prefix to use
 for all Bison output file names.  @xref{Decl Summary}.
 
 @item -r @var{things}
@@ -7019,7 +7019,7 @@
 
 @item -v
 @itemx --verbose
-Pretend that @code{%verbose} was specified, i.e, write an extra output
+Pretend that @code{%verbose} was specified, i.e., write an extra output
 file containing verbose descriptions of the grammar and
 parser.  @xref{Decl Summary}.
 
@@ -7420,7 +7420,6 @@
 @noindent
 To encapsulate the coordination with the Flex scanner, it is useful to
 have two members function to open and close the scanning phase.
-members.
 
 @comment file: calc++-driver.hh
 @example




reply via email to

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