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/backtick.html | 2 +- doc/componentsb.txt | 2 +- doc/el_pushenv.html | 2 +- doc/forstdin.html | 2 +- doc/forx.html | 2 +- doc/trap.html | 2 +- doc/withstdinas.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/backtick.html b/doc/backtick.html index ce2b297..b1e2870 100644 --- a/doc/backtick.html +++ b/doc/backtick.html @@ -72,7 +72,7 @@ then execution proceeds.

Notes

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 diff --git a/doc/el_pushenv.html b/doc/el_pushenv.html index bce3169..d22ce9d 100644 --- a/doc/el_pushenv.html +++ b/doc/el_pushenv.html @@ -162,7 +162,7 @@ at all; for instance, in
  • Use execlineb -Sn if you need only simple positional parameter substitution in your script - no shift or elgetopt, -no import 1.
  • +no importas 1 1.
  • Use execlineb -p, then elgetpositionals if you don't mind overwriting the current stack of positional parameters.
  • Use execlineb, then elgetpositionals, then diff --git a/doc/forstdin.html b/doc/forstdin.html index 90300d8..5228aee 100644 --- a/doc/forstdin.html +++ b/doc/forstdin.html @@ -71,7 +71,7 @@ split x.
  • Notes

    diff --git a/doc/forx.html b/doc/forx.html index 5ad43f6..1c2a61c 100644 --- a/doc/forx.html +++ b/doc/forx.html @@ -68,7 +68,7 @@ listed in the breakcodes list, else it will exit 1.

    Notes

    diff --git a/doc/trap.html b/doc/trap.html index ddb1459..03d5bc4 100644 --- a/doc/trap.html +++ b/doc/trap.html @@ -87,7 +87,7 @@ infinite (i.e. a timeout directive will never trigger).