]> git.saurik.com Git - bison.git/blobdiff - doc/bison.1
Add %define lr.keep_unreachable_states.
[bison.git] / doc / bison.1
index c36fbc307fec4dbd140547e2b310a1252df004fe..62c1721edab121d1bedfe0ca9a5293dfb56d9629 100644 (file)
@@ -24,10 +24,6 @@ bison \- GNU Project parser generator (yacc replacement)
 ] [
 .B \-\-no-lines
 ] [
-.B \-n
-] [
-.B \-\-no-parser
-] [
 .BI \-o " outfile"
 ] [
 .BI \-\-output-file= outfile
@@ -211,21 +207,6 @@ 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.
 .TP
-.B \-n
-.br
-.ns
-.TP
-.B \-\-no-parser
-Do not generate the parser code into the output; generate only
-declarations.  The generated
-.IB name .tab.c
-file will have only
-constant declarations.  In addition, a
-.IB name .act
-file is
-generated containing a switch statement body containing all the
-translated actions.
-.TP
 .BI \-o " outfile"
 .br
 .ns
@@ -367,3 +348,9 @@ in the
 source distribution.
 .SH DIAGNOSTICS
 Self explanatory.
+.SH COPYRIGHT
+Copyright \(co 2006 Free Software Foundation, Inc.
+.br
+This is free software.  You may redistribute copies of it under the terms of
+the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+There is NO WARRANTY, to the extent permitted by law.