From 724d0a049f46f68f24d3eca6c7975d12d37d6062 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 5 May 2026 14:15:22 +0000 Subject: Change redirfd -v to redirfd -f, for less cognitive load No matter how much I tried to use -v, it kept coming out as -f. So, work with the brain, not against it. --- doc/redirfd.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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.
      redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] fd file prog...
- redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -v ] [ -e | -E ] var file prog...
+ redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -f ] [ -e | -E ] var file prog...

@@ -60,10 +60,10 @@ the -n and -b options may be added in any case.

  • -b : change mode of file after opening it: to non-blocking mode if the -n option was not given, to blocking mode if it was.
  • -
  • -v : interpret the first argument as an environment variable, +
  • -f : interpret the first argument as an environment variable, and stores the new file descriptor into that variable before execing.
  • -e : no autoimport. This is the default.
  • -
  • -E : autoimport. This is only useful with the -v option. +
  • -E : autoimport. This is only useful with the -f option. Instead of executing prog..., execute importas -uSi var prog.... This substitutes var into the command line instead of putting it into -- cgit v1.3.1