From c1fbce5d35af0143623d8541cbc092267843aac9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 23 Aug 2017 23:13:32 +0000 Subject: Convert examples using import to importas in the doc --- doc/componentsb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/componentsb.txt') diff --git a/doc/componentsb.txt b/doc/componentsb.txt index a191f04..c65e2e1 100644 --- a/doc/componentsb.txt +++ b/doc/componentsb.txt @@ -31,7 +31,7 @@ baz"$1"qux # This will evaluate to the word baz$1qux baz\$1qux # Same here baz$1qux # Same here in execline-1.y -${PATH} # This will NOT be replaced by execline ; use the import command +${PATH} # This will NOT be replaced by execline ; use the importas command # if you need the $PATH value. 'this is not a string' # it will be parsed as five separate words -- cgit v1.2.3