diff options
Diffstat (limited to 'doc/emptyenv.html')
-rw-r--r-- | doc/emptyenv.html | 2 |
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> : <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> : <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 |