X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1bb2bd75f0185ca53c92f1c63cdc0b5ceef3f1f2..bcf07cb7070fab57727b274486dc7a331ff8ac2d:/doc/bison.1 diff --git a/doc/bison.1 b/doc/bison.1 index d8305c06..2d13b4c5 100644 --- a/doc/bison.1 +++ b/doc/bison.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH BISON "1" "November 2007" "bison 2.3a+" "User Commands" +.TH BISON "1" "July 2008" "bison 2.3b+" "User Commands" .SH NAME bison \- GNU Project parser generator (yacc replacement) .SH SYNOPSIS @@ -61,6 +61,7 @@ connect the option name and the argument with Generate LALR(1) and GLR parsers. .PP Mandatory arguments to long options are mandatory for short options too. +The same is true for optional arguments. .SS "Operation modes:" .TP \fB\-h\fR, \fB\-\-help\fR @@ -82,6 +83,9 @@ emulate POSIX Yacc report the warnings falling in CATEGORY .SS "Parser:" .TP +\fB\-L\fR, \fB\-\-language\fR=\fILANGUAGE\fR +specify the output programming language +.TP \fB\-S\fR, \fB\-\-skeleton\fR=\fIFILE\fR specify the skeleton to use .TP @@ -101,9 +105,12 @@ don't generate `#line' directives include a table of token names .SS "Output:" .TP -\fB\-d\fR, \fB\-\-defines\fR[=\fIFILE\fR] +\fB\-\-defines\fR[=\fIFILE\fR] also produce a header file .TP +\fB\-d\fR +likewise but cannot specify FILE (for POSIX Yacc) +.TP \fB\-r\fR, \fB\-\-report\fR=\fITHINGS\fR also produce details on the automaton .TP @@ -124,6 +131,7 @@ also output a graph of the automaton .TP \fB\-x\fR, \fB\-\-xml\fR[=\fIFILE\fR] also output an XML report of the automaton +(the XML schema is experimental) .SS "Warning categories include:" .TP `midrule\-values' @@ -166,8 +174,10 @@ disable the report Written by Robert Corbett and Richard Stallman. .SH "REPORTING BUGS" Report bugs to . +.PP +Id .SH COPYRIGHT -Copyright \(co 2007 Free Software Foundation, Inc. +Copyright \(co 2008 Free Software Foundation, Inc. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.