summaryrefslogtreecommitdiff
path: root/doc/el_pushenv.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-06-25 16:59:47 +0000
committerLaurent Bercot <ska@appnovation.com>2023-06-25 16:59:47 +0000
commit2f3be6973c2c4bd7f4920f55c5e1ebea4cd79193 (patch)
treee26f7371b74227ca3b7077ec55dfba3940c34e7b /doc/el_pushenv.html
parent2deca3c6912a76ec5cfc939b23f08c34c18dbf58 (diff)
downloadexecline-2f3be6973c2c4bd7f4920f55c5e1ebea4cd79193.tar.xz
Doc formatting fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/el_pushenv.html')
-rw-r--r--doc/el_pushenv.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/el_pushenv.html b/doc/el_pushenv.html
index d22ce9d..5f3ac98 100644
--- a/doc/el_pushenv.html
+++ b/doc/el_pushenv.html
@@ -35,10 +35,8 @@ commands in the execline language via the
<a href="runblock.html">runblock</a> command was impossible.
</p>
-<a name="push" />
-
<p>
- To solve that issue, execline now implements a kind of <em>environment
+<div id="push">To solve that issue</div>, execline now implements a kind of <em>environment
stack</em>. When execlineb reads the arguments, it does
not overwrite the positional parameters, but <em>pushes</em> them on a
stack:
@@ -62,10 +60,8 @@ frame of positional parameters, without paying attention to the deeper
levels.
</p>
-<a name="pop" />
-
<p>
- When you are done with the arguments, it is advisable to <em>drop</em>
+ <div id="pop">When you are done with the arguments</div>, it is advisable to <em>drop</em>
the current frame, and <em>pop</em> the environment stack to get it back
to its previous state:
</p>
@@ -116,9 +112,9 @@ which will run <em>prog</em> with the same environment as the script's
caller.
</p>
-<a name="integrated" />
-
+<div id="integrated">
<h2> Substituting positional parameters without touching the environment </h2>
+</div>
<p>
Most of the time, you just need to substitute the positional parameters