From 978ea3b3694fbe7b0b98e85e1e5c1e271ff0ae2e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 11 May 2026 20:38:37 +0000 Subject: Doc fix --- doc/redirfd.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/redirfd.html') 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.
      redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] fd file prog...
- redirfd [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -f ] [ -e | -E ] var file prog...
+ redirfd -f [ -r | -w | -u | -a | -x ] [ -n ] [ -b ] [ -e | -E ] var file prog...

@@ -37,7 +37,7 @@ to file, then execs into prog....

-When run with the -v option, the first argument is instead +When run with the -f option, the first argument is instead interpreted as an environment variable. redirfd opens file, stores the obtained file descriptor into environment variable var, then execs into prog.... -- cgit v1.3.1