summaryrefslogtreecommitdiff
path: root/doc/el_pushenv.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-08-23 23:13:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-08-23 23:13:32 +0000
commitc1fbce5d35af0143623d8541cbc092267843aac9 (patch)
tree10d1961e2e97ccf9bb4329ec7fc25412d20fb55b /doc/el_pushenv.html
parent523036ef1e6e4bd7047ec21a6e68b7508569db91 (diff)
downloadexecline-c1fbce5d35af0143623d8541cbc092267843aac9.tar.xz
Convert examples using import to importas in the doc
Diffstat (limited to 'doc/el_pushenv.html')
-rw-r--r--doc/el_pushenv.html2
1 files changed, 1 insertions, 1 deletions
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
<li> Use <tt>execlineb -S<em>n</em></tt> if you need only simple
positional parameter substitution in your script - no
<a href="shift.html">shift</a> or <a href="elgetopt.html">elgetopt</a>,
-no <tt>import 1</tt>. </li>
+no <tt>importas 1 1</tt>. </li>
<li> Use <tt>execlineb -p</tt>, then <tt>elgetpositionals</tt> if
you don't mind overwriting the current stack of positional parameters. </li>
<li> Use <tt>execlineb</tt>, then <tt>elgetpositionals</tt>, then