diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-07 13:43:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-07 13:43:43 -0700 |
commit | e96daf6572cf4860d8d51d07fdabe6c9d69f959a (patch) | |
tree | 3cada35021ae18bae96dcf36f4646f28b539f6a8 | |
parent | 5ab2b46a0f5d6c73b6e81a0efc47c29d29928966 (diff) | |
download | txr-e96daf6572cf4860d8d51d07fdabe6c9d69f959a.tar.gz txr-e96daf6572cf4860d8d51d07fdabe6c9d69f959a.tar.bz2 txr-e96daf6572cf4860d8d51d07fdabe6c9d69f959a.zip |
* txr.1: fxed wrong word.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011-10-07 Kaz Kylheku <kaz@kylheku.com> + + * txr.1: fxed wrong word. + 2011-10-06 Kaz Kylheku <kaz@kylheku.com> Extending syntax to allow for @VAR and @(...) forms inside @@ -739,7 +739,7 @@ optionally match the preceding regular expression R. match the expression R zero or more times. This operator is sometimes called the "Kleene star", or "Kleene closure". The Kleene closure favors the longest match. Roughly speaking, if there are two -or more ways in which R1*R2 can match, that that match occurs in which +or more ways in which R1*R2 can match, than that match occurs in which R1* matches the longest possible text. .IP R+ match the preceding expression R one or more times. |