diff options
Diffstat (limited to 'doc')
-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> |