diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:35:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:35:30 -0800 |
commit | cf031b8e04616fd088d5b01c1f77fac2a29eebbf (patch) | |
tree | 4c3c377c90d01af1c6638ea2cc453110efec6eee | |
parent | 221f401ca8f026da180ec14106923e842fc61cff (diff) | |
download | txr-cf031b8e04616fd088d5b01c1f77fac2a29eebbf.tar.gz txr-cf031b8e04616fd088d5b01c1f77fac2a29eebbf.tar.bz2 txr-cf031b8e04616fd088d5b01c1f77fac2a29eebbf.zip |
doc: fix "five lines" typo in :maxgap description.
Reported by Martin Dvořák.
* txr.1: Word "five" should be "n".
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5448,7 +5448,9 @@ It causes the collect to terminate if it fails to find a match after skipping .meta n lines from the starting position, -or more than five lines since any successful match. For example, +or more than +.meta n +lines since any successful match. For example, .cblk @(collect :maxgap 5) |