mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
Mention the "yacc" command in the synopsis.
Don't mention bison.simple and bison.hairy, which are obsolete.
This commit is contained in:
24
doc/bison.1
24
doc/bison.1
@@ -59,6 +59,11 @@ bison \- GNU Project parser generator (yacc replacement)
|
|||||||
.B \-\-fixed-output-files
|
.B \-\-fixed-output-files
|
||||||
]
|
]
|
||||||
file
|
file
|
||||||
|
.br
|
||||||
|
.B yacc
|
||||||
|
[
|
||||||
|
.I "similar options and operands"
|
||||||
|
]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Bison
|
.I Bison
|
||||||
is a parser generator in the style of
|
is a parser generator in the style of
|
||||||
@@ -340,29 +345,16 @@ The purpose of this switch is to imitate
|
|||||||
.IR yacc 's
|
.IR yacc 's
|
||||||
output file name conventions.
|
output file name conventions.
|
||||||
Thus, the following shell script can substitute for
|
Thus, the following shell script can substitute for
|
||||||
|
.I yacc
|
||||||
|
and is often installed as
|
||||||
.IR yacc :
|
.IR yacc :
|
||||||
.sp
|
.sp
|
||||||
.RS
|
.RS
|
||||||
.ft B
|
.ft B
|
||||||
bison \-y $*
|
bison \-y "$@"
|
||||||
.ft R
|
.ft R
|
||||||
.sp
|
.sp
|
||||||
.RE
|
.RE
|
||||||
.SH FILES
|
|
||||||
/usr/local/share/bison/bison.simple simple parser
|
|
||||||
.br
|
|
||||||
/usr/local/share/bison/bison.hairy complicated parser
|
|
||||||
.SH "ENVIRONMENT VARIABLES"
|
|
||||||
.TP
|
|
||||||
.SM BISON_SIMPLE
|
|
||||||
If this is set, it specifies the location in which the
|
|
||||||
.B bison.simple
|
|
||||||
parser can be found.
|
|
||||||
.TP
|
|
||||||
.SM BISON_HAIRY
|
|
||||||
If this is set, it specifies the location in which the
|
|
||||||
.B bison.hairy
|
|
||||||
parser can be found.
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR yacc (1)
|
.IR yacc (1)
|
||||||
.br
|
.br
|
||||||
|
|||||||
Reference in New Issue
Block a user