From dc42072768135928da6e128ae82d45b90c7ce791 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 21 Jun 2016 01:32:10 +0000
Subject: Fix backtick's documentation
---
doc/backtick.html | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
(limited to 'doc/backtick.html')
diff --git a/doc/backtick.html b/doc/backtick.html
index 694a29d..42e80da 100644
--- a/doc/backtick.html
+++ b/doc/backtick.html
@@ -30,7 +30,7 @@ environment variable, then executes another program.
- backtick [ -i | -D default ] [ -n ] variable { prog1... } prog2...
+ backtick [ -i | -I | -D default ] [ -n ] variable { prog1... } prog2...
@@ -52,8 +52,9 @@ output.
The other options tell backtick what to do if prog1...'s output
-is not suitable as the contents of an environment variable, i.e. it
-contains a null character:
+is not suitable as the contents of an environment variable (i.e. it
+contains a null character) or if prog1... crashes or exits
+nonzero:
@@ -63,7 +64,8 @@ the environment, and execution proceeds.
- -D default : the value of variable
is set to default, and execution proceeds.
- neither of those options: the value of variable is set to whatever
-the start of prog1...'s output is, up to the first null character;
+the start of prog1...'s output is, up to the first null character,
+or to whatever prog1... wrote before crashing;
then execution proceeds.
--
cgit v1.2.3