summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-14 18:38:58 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-14 18:38:58 +0000
commit86ae96a366603fdf6795692a9f089272bea424aa (patch)
tree9c0ea5fcd6c344b223503b1c0b5f31815f1f5d48
parent03157b1649b22dd06f0d0e1da464bee2d3a2811c (diff)
downloadexecline-86ae96a366603fdf6795692a9f089272bea424aa.tar.xz
Doc fix (thanks jjk)
-rw-r--r--doc/emptyenv.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emptyenv.html b/doc/emptyenv.html
index c9ad2c2..1c13a7f 100644
--- a/doc/emptyenv.html
+++ b/doc/emptyenv.html
@@ -47,7 +47,7 @@ any interference with or information leakage to external programs. </li>
<li> <tt>-o</tt>&nbsp;: <a href="el_pushenv.html#pop">pop</a> environment
variables starting with <tt>ELGETOPT_</tt>. You might want to do this
before executing a final program from a script that uses
-<a href="elgetpositionals.html">elgetpositionals</a>. </li>
+<a href="elgetopt.html">elgetopt</a>. </li>
<li> <tt>-P</tt>&nbsp;: <a href="el_pushenv.html#pop">pop</a> environment
variables starting with <tt>#</tt>, <tt>0</tt> to <tt>9</tt>, and
<tt>EXECLINE_</tt>. You might want to do this before executing a final program