bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: @-typo


From: Alexandre Duret-Lutz
Subject: FYI: @-typo
Date: Tue, 18 Nov 2003 20:15:58 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

I've installed this obvious patch.

2003-11-18  Alexandre Duret-Lutz  <address@hidden>

        * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.

Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.117
diff -u -r1.117 bison.texinfo
--- doc/bison.texinfo   21 Oct 2003 17:42:48 -0000      1.117
+++ doc/bison.texinfo   18 Nov 2003 19:04:24 -0000
@@ -6214,7 +6214,7 @@
 
 @example
 #! /bin/sh
-bison -y "$@"
+bison -y "$@@"
 @end example
 @end table
 
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]