diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1446,7 +1446,7 @@ For instance, match the last three space-separated tokens of the line: @(skip :greedy) @a @b @c Without :greedy, the variable @c will can match multiple tokens, -and end up with spaces in it, because nothign follows @c and +and end up with spaces in it, because nothing follows @c and so it matches from any position which follows a space to the end of the line. Also note the space in front of @a. Without this space, @a will get an empty string. |