diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:36:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:36:51 -0800 |
commit | d1d0973b43fe4c6a90cd49425e307155ecbdfbcc (patch) | |
tree | 70771b2b20c15417b74c03170618d4a0f7ec4725 /txr.1 | |
parent | ff95ff5000259387ed5fc2d6f3efbd242de52b15 (diff) | |
download | txr-d1d0973b43fe4c6a90cd49425e307155ecbdfbcc.tar.gz txr-d1d0973b43fe4c6a90cd49425e307155ecbdfbcc.tar.bz2 txr-d1d0973b43fe4c6a90cd49425e307155ecbdfbcc.zip |
doc: clarification in :maxgap example.
* txr.1: a :maxgap of zero also means that the collected items
must match immediately.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5463,7 +5463,7 @@ can be no longer than five lines. A value of .code 0 means that the collected regions must be -adjacent. For instance: +adjacent and must match right from the starting position. For instance: .cblk @(collect :maxgap 0) |