From e96daf6572cf4860d8d51d07fdabe6c9d69f959a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 7 Oct 2011 13:43:43 -0700 Subject: * txr.1: fxed wrong word. --- ChangeLog | 4 ++++ txr.1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b3fe9c9..c03eec78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-10-07 Kaz Kylheku + + * txr.1: fxed wrong word. + 2011-10-06 Kaz Kylheku Extending syntax to allow for @VAR and @(...) forms inside diff --git a/txr.1 b/txr.1 index db3cd5f9..b4546852 100644 --- a/txr.1 +++ b/txr.1 @@ -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. -- cgit v1.2.3