From f3486929d0e96e369a91d68893531b7d8aff1f00 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Thu, 11 Feb 2021 16:59:57 +0000
Subject: Change backtick option to -x
---
doc/backtick.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/backtick.html')
diff --git a/doc/backtick.html b/doc/backtick.html
index e5a889d..14cc031 100644
--- a/doc/backtick.html
+++ b/doc/backtick.html
@@ -30,7 +30,7 @@ environment variable, then executes another program.
- backtick [ -i | -I | -d | -D default ] [ -N | -n ] [ -E | -e ] variable { prog1... } prog2...
+ backtick [ -i | -I | -x | -D default ] [ -N | -n ] [ -E | -e ] variable { prog1... } prog2...
@@ -70,7 +70,7 @@ or 124 if prog1 wrote a null character. This is the default.
the start of prog1...'s output is, up to the first null character,
or to whatever prog1... wrote before crashing; chomping is applied
if required; then execution proceeds.
- - -d : variable is removed from
+
- -x : variable is removed from
the environment, and execution proceeds.
- -D default : the value of variable
is set to default, and execution proceeds.
--
cgit v1.2.3