summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/forbacktickx.html6
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html6
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/forbacktickx.html b/doc/forbacktickx.html
index d20bb72..4398b64 100644
--- a/doc/forbacktickx.html
+++ b/doc/forbacktickx.html
@@ -78,9 +78,11 @@ split <em>x</em>. </li>
<ul>
<li> You can start <em>loop...</em> with "import -u <em>variable</em>"
to perform variable substitution. </li>
- <li> forbacktickx is now implemented as a trivial wrapper around the
+ <li> forbacktickx is now implemented as a wrapper around the
<a href="pipeline.html">pipeline</a> and
-<a href="forstdin.html">forstdin</a> commands. </li>
+<a href="forstdin.html">forstdin</a> commands, with calls to
+<a href="fdmove.html">fdmove></a> to ensure that <em>loop...</em> is called
+with the proper standard input. </li>
</ul>
</body>
diff --git a/doc/index.html b/doc/index.html
index 1fdb782..ec95332 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -67,7 +67,7 @@ library. </li>
<h3> Download </h3>
<ul>
- <li> The current released version of execline is <a href="execline-2.1.2.1.tar.gz">2.1.2.1</a>. </li>
+ <li> The current released version of execline is <a href="execline-2.1.2.2.tar.gz">2.1.2.2</a>. </li>
<li> Alternatively, you can checkout a copy of the execline git repository:
<pre> git clone git://git.skarnet.org/execline </pre> </li>
</ul>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 28bf1bc..148c692 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in execline </h1>
+<h2> in 2.1.2.2 </h2>
+
+<ul>
+ <li> Bugfix release, no changes </li>
+</ul>
+
<h2> in 2.1.2.1 </h2>
<ul>