From: Jim Meyering Date: Thu, 1 Jun 1995 13:54:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: GNU_ORIG~53 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/95e742f7788b820def4e8c6af9e3e8c76691f220?ds=sidebyside *** empty log message *** --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 05765ef4..b7beb583 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -4734,7 +4734,7 @@ Don't put any @code{#line} preprocessor commands in the parser file. Ordinarily Bison puts them in the parser file so that the C compiler and debuggers will associate errors with your source file, the grammar file. This option causes them to associate errors with the -parser file, treating it an independent source file in its own right. +parser file, treating it as an independent source file in its own right. @item -o @var{outfile} @itemx --output-file=@var{outfile}