diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-14 23:29:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-14 23:29:04 +0000 |
commit | d0996a25bd4030875fbc98cabea815dd6741dd0d (patch) | |
tree | 49295e4681122292d33a6a4362390e912e771a25 /doc/index.html | |
parent | 9212da01bbaa900dbff8aca9b07b92d821251df2 (diff) | |
download | execline-d0996a25bd4030875fbc98cabea815dd6741dd0d.tar.xz |
Add withstdinas
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 9772ccb..1b61375 100644 --- a/doc/index.html +++ b/doc/index.html @@ -131,13 +131,13 @@ to your installation: the shebang lines for your system might be something like <li><a href="redirfd.html">The <tt>redirfd</tt> program</a></li> <li><a href="piperw.html">The <tt>piperw</tt> program</a></li> <li><a href="heredoc.html">The <tt>heredoc</tt> program</a></li> -<li><a href="pipeline.html">The <tt>pipeline</tt> program</a></li> <li><a href="wait.html">The <tt>wait</tt> program</a></li> <li><a href="getpid.html">The <tt>getpid</tt> program</a></li> <li><a href="exec.html">The <tt>exec</tt> program</a></li> <li><a href="tryexec.html">The <tt>tryexec</tt> program</a></li> <li><a href="exit.html">The <tt>exit</tt> program</a></li> <li><a href="trap.html">The <tt>trap</tt> program</a></li> +<li><a href="withstdinas.html">The <tt>withstdinas</tt> program</a></li> </ul> <p> (<a href="el_semicolon.html">Basic block management</a>) @@ -150,6 +150,7 @@ to your installation: the shebang lines for your system might be something like <li><a href="ifte.html">The <tt>ifte</tt> program</a></li> <li><a href="ifthenelse.html">The <tt>ifthenelse</tt> program</a></li> <li><a href="backtick.html">The <tt>backtick</tt> program</a></li> +<li><a href="pipeline.html">The <tt>pipeline</tt> program</a></li> <li><a href="runblock.html">The <tt>runblock</tt> program</a></li> </ul> <p> |