]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
[bison.git] / doc / bison.texinfo
index 8f35ac602d8ae860b86d80bb04c36351f6dee506..0e39b9aea3c9dadf3cd5180aca8d8c6bef63eebf 100644 (file)
@@ -6214,7 +6214,7 @@ compatibility with @acronym{POSIX}:
 
 @example
 #! /bin/sh
-bison -y "$@"
+bison -y "$@@"
 @end example
 @end table