diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-06-03 23:25:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-06-03 23:25:05 -0700 |
commit | 35a8035e5aa1d624a461a4edf3da948d38ed7f49 (patch) | |
tree | 7114a774092eda0d3bc51c3abc2f697533a06095 | |
parent | 230696053c026fc959d190166c16ed8bf3eaa21d (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7843,7 +7843,7 @@ pattern in the current directory: .cblk @(output) - @(repeat :vars (name (glob "*.txr"))) + @(repeat :vars ((name (glob "*.txr")))) @name @(end) @(end) |