From 26e06a2157c244f9928ef486a99bcf98b4f8d899 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 18 Nov 2003 19:14:05 +0000 Subject: [PATCH] * doc/bison.texinfo (Bison Options): Escape `@' in `$@'. --- ChangeLog | 4 ++++ doc/bison.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.0