summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-02-05 14:24:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-02-05 14:24:34 -0800
commitacd8c8166610b3ac9ffe216463f6ebc4f9c1d219 (patch)
treededfa901ce715252ff7b8acf25cd9db9b82caecb
parent8071601a074c036d26d337006de977b4cf6d7b00 (diff)
downloadtxr-acd8c8166610b3ac9ffe216463f6ebc4f9c1d219.tar.gz
txr-acd8c8166610b3ac9ffe216463f6ebc4f9c1d219.tar.bz2
txr-acd8c8166610b3ac9ffe216463f6ebc4f9c1d219.zip
doc: no such thing as -Da,b,c
* txr.1: Fix the example -Da,b,c to -Dvar=a,b,c. Reported by Paul A. Patience.
-rw-r--r--txr.16
1 files changed, 4 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 78e05fe3..c0bed18a 100644
--- a/txr.1
+++ b/txr.1
@@ -537,8 +537,10 @@ query, so that all occurrences of the variable are substituted and
match the equivalent text. If the value contains commas, these
are interpreted as separators, which give rise to a list value.
For instance
-.code -Da,b,c
-creates a list of the strings
+.code -Dvar=a,b,c
+binds
+.code var
+to the list of the strings
.strn "a" ,
.str "b"
and