Fix options documentation.

* build-aux/cross-options.pl: As in --help output, write optional
arguments as [=ARG] not =[ARG].
* doc/bison.texinfo (Bison Options): Add -W/--warnings argument.
This commit is contained in:
Joel E. Denny
2009-04-06 02:16:39 -04:00
parent 62c99cf4ea
commit 1d5b3c08fe
3 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
Fix options documentation.
* build-aux/cross-options.pl: As in --help output, write optional
arguments as [=ARG] not =[ARG].
* doc/bison.texinfo (Bison Options): Add -W/--warnings argument.
2009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
Replace BISON_PROG_GNU_M4 with Autoconf's AC_PROG_GNU_M4.