From 49b387bb53e76eecd2b6cf4f89f3146fc2198bd3 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 24 Nov 2020 17:56:57 +0000
Subject: Fix chomping: only make it default on line-processing binaries
---
doc/multidefine.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc/multidefine.html')
diff --git a/doc/multidefine.html b/doc/multidefine.html
index f3909a2..69ad388 100644
--- a/doc/multidefine.html
+++ b/doc/multidefine.html
@@ -30,7 +30,7 @@ then executes another program.
- multidefine [ -0 ] [ -r ] [ -C | -c ] [ -n ] [ -d delim ] value { variables... } prog...
+ multidefine [ -0 ] [ -r ] [ -C | -c ] [ -N | -n ] [ -d delim ] value { variables... } prog...
@@ -64,6 +64,8 @@ If there are more words in the split value than there are
variables in the block, the last variable will be replaced with all
the remaining words (and will be split). Without this option, the last variable
is replaced with a single word, and the excess words are lost.
+ - Other options are used to control the
+substitution mechanism. Note that the value is always split.