]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 18 Nov 2003 19:14:05 +0000 (19:14 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 18 Nov 2003 19:14:05 +0000 (19:14 +0000)
ChangeLog
doc/bison.texinfo

index 129f0e1207d8841f53f31311c1e072711898d0c0..75dcd4110c7d2d8e4354a350d79e0d5466c42d60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-18  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
+
 2003-10-07  Paul Eggert  <eggert@twinsun.com>
 
        * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
 2003-10-07  Paul Eggert  <eggert@twinsun.com>
 
        * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
index 8f35ac602d8ae860b86d80bb04c36351f6dee506..0e39b9aea3c9dadf3cd5180aca8d8c6bef63eebf 100644 (file)
@@ -6214,7 +6214,7 @@ compatibility with @acronym{POSIX}:
 
 @example
 #! /bin/sh
 
 @example
 #! /bin/sh
-bison -y "$@"
+bison -y "$@@"
 @end example
 @end table
 
 @end example
 @end table