diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-03 10:01:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-03 10:01:35 +0000 |
commit | cfe736ed5615d6e00f4ce6704591782fe790a752 (patch) | |
tree | 3aa17ee5796889edb29395d7c11d65a9bd964ba0 | |
parent | 4d067b3020104a8b19a34fa4d3b6e5e8f3eb036a (diff) | |
download | execline-cfe736ed5615d6e00f4ce6704591782fe790a752.tar.xz |
- Doc fixes
- version: 2.1.1.0
-rw-r--r-- | doc/forstdin.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/forstdin.html b/doc/forstdin.html index e4c5534..8980cc4 100644 --- a/doc/forstdin.html +++ b/doc/forstdin.html @@ -45,7 +45,7 @@ run another program. <ul> <li> <tt>-p</tt> : parallel mode. Do not wait for a <em>loop...</em> -instance to finish before spawning the next one. <em>forbacktickx</em> will +instance to finish before spawning the next one. forstdin will still wait for all instances of <em>loop</em> to terminate before exiting, though. </li> <li> <tt>-0</tt> : accept null characters on its stdin, diff --git a/doc/upgrade.html b/doc/upgrade.html index ce0e74f..1e6ab8c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,9 @@ <ul> <li> <a href="forstdin.html">forstdin</a> added </li> - <li> forbacktickx rewritten as a wrapper around pipeline and forstdin </li> + <li> <a href="forbacktickx.html">forbacktickx</a> rewritten as a wrapper +around <a href="pipeline.html">pipeline</a> and +<a href="forstdin.html">forstdin</a> </li> </ul> <h2> in 2.1.0.0 </h2> |