summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-06-03 23:25:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-06-03 23:25:05 -0700
commit35a8035e5aa1d624a461a4edf3da948d38ed7f49 (patch)
tree7114a774092eda0d3bc51c3abc2f697533a06095
parent230696053c026fc959d190166c16ed8bf3eaa21d (diff)
downloadtxr-35a8035e5aa1d624a461a4edf3da948d38ed7f49.tar.gz
txr-35a8035e5aa1d624a461a4edf3da948d38ed7f49.tar.bz2
txr-35a8035e5aa1d624a461a4edf3da948d38ed7f49.zip
Incorrect repeat directive example.
* txr.1: Insufficient parenthesis nesting in :vars syntax with initializer.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 1d7d0dd8..7962a6c3 100644
--- a/txr.1
+++ b/txr.1
@@ -7843,7 +7843,7 @@ pattern in the current directory:
.cblk
@(output)
- @(repeat :vars (name (glob "*.txr")))
+ @(repeat :vars ((name (glob "*.txr"))))
@name
@(end)
@(end)