diff --git a/ChangeLog b/ChangeLog index 129f0e12..75dcd411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-18 Alexandre Duret-Lutz + + * doc/bison.texinfo (Bison Options): Escape `@' in `$@'. + 2003-10-07 Paul Eggert * tests/Makefile.am (clean-local): Don't run 'testsuite --clean' diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 8f35ac60..0e39b9ae 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -6214,7 +6214,7 @@ compatibility with @acronym{POSIX}: @example #! /bin/sh -bison -y "$@" +bison -y "$@@" @end example @end table