diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-14 00:27:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-14 00:27:53 -0800 |
commit | 154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d (patch) | |
tree | 6eb6f069e00a1e6d5a1f3c48693b8e262b27e538 | |
parent | d530c1c615b637d5af201497322fc498b65e8d48 (diff) | |
download | txr-154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d.tar.gz txr-154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d.tar.bz2 txr-154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d.zip |
Spelling.
-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. |