aboutsummaryrefslogtreecommitdiffstats
path: root/doc/redirfd.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/redirfd.html')
-rw-r--r--doc/redirfd.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/redirfd.html b/doc/redirfd.html
index 295b603..b64743b 100644
--- a/doc/redirfd.html
+++ b/doc/redirfd.html
@@ -28,7 +28,7 @@ executes a program.
<pre>
redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] <em>fd</em> <em>file</em> <em>prog...</em><br>
- redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -v ] [ -e | -E ] <em>var</em> <em>file</em> <em>prog...</em><br>
+ redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -f ] [ -e | -E ] <em>var</em> <em>file</em> <em>prog...</em><br>
</pre>
<p>
@@ -60,10 +60,10 @@ the -n and -b options may be added in any case.
<li> <tt>-b</tt>&nbsp;: change mode of <em>file</em> after opening it:
to non-blocking mode if the <tt>-n</tt> option was not given,
to blocking mode if it was. </li>
- <li> <tt>-v</tt>&nbsp;: interpret the first argument as an environment variable,
+ <li> <tt>-f</tt>&nbsp;: interpret the first argument as an environment variable,
and stores the new file descriptor into that variable before execing. </li>
<li> <tt>-e</tt>&nbsp;: no autoimport. This is the default. </li>
- <li> <tt>-E</tt>&nbsp;: autoimport. This is only useful with the <tt>-v</tt> option.
+ <li> <tt>-E</tt>&nbsp;: autoimport. This is only useful with the <tt>-f</tt> option.
Instead of executing
<em>prog...</em>, execute <tt>importas -uSi <em>var</em> <em>prog...</em></tt>.
This substitutes <em>var</em> into the command line instead of putting it into