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 | ff95ff5000259387ed5fc2d6f3efbd242de52b15 (patch) | |
tree | 4c3c377c90d01af1c6638ea2cc453110efec6eee /txr.1 | |
parent | 955df04dab3e05274879196ef7726ede33625dc6 (diff) | |
download | txr-ff95ff5000259387ed5fc2d6f3efbd242de52b15.tar.gz txr-ff95ff5000259387ed5fc2d6f3efbd242de52b15.tar.bz2 txr-ff95ff5000259387ed5fc2d6f3efbd242de52b15.zip |
doc: fix "five lines" typo in :maxgap description.
Reported by Martin Dvořák.
* txr.1: Word "five" should be "n".
Diffstat (limited to 'txr.1')
-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) |