aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-05-11 20:38:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-05-11 20:38:37 +0000
commit978ea3b3694fbe7b0b98e85e1e5c1e271ff0ae2e (patch)
treeaa79ba93df69ea0ac39a11f291cd5571c89c0d90
parent052be74f98489c711ac4f8a5421db39304e39a3f (diff)
downloadexecline-978ea3b3694fbe7b0b98e85e1e5c1e271ff0ae2e.tar.gz
Doc fix
-rw-r--r--doc/redirfd.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/redirfd.html b/doc/redirfd.html
index b64743b..c12797a 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 ] [ -f ] [ -e | -E ] <em>var</em> <em>file</em> <em>prog...</em><br>
+ redirfd -f [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -e | -E ] <em>var</em> <em>file</em> <em>prog...</em><br>
</pre>
<p>
@@ -37,7 +37,7 @@ to <em>file</em>, then execs into <em>prog...</em>.
</p>
<p>
-When run with the <tt>-v</tt> option, the first argument is instead
+When run with the <tt>-f</tt> option, the first argument is instead
interpreted as an environment variable. <tt>redirfd</tt> opens <em>file</em>,
stores the obtained file descriptor into environment variable <em>var</em>,
then execs into <em>prog...</em>.