From 22f0b1d9fba830180d3a3b2a6aa24c4b16083425 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 12 Apr 2009 22:35:26 -0400 Subject: [PATCH] Documentation Update - Added the global modifier of the substitution command to the command line grammar file. --- grammar.bnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar.bnf b/grammar.bnf index 2905420f4..8edbfab7a 100644 --- a/grammar.bnf +++ b/grammar.bnf @@ -36,5 +36,5 @@ word ::= file ::= id ::= digit+ ; digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ; -substitution ::= "/" word+ "/" word* "/" ; +substitution ::= "/" word+ "/" word* "/" "g"? ;