From 627cc304ce9dde4e1aa6bfd51f982e7c4613df9c Mon Sep 17 00:00:00 2001
From: jprocter
Date: Wed, 8 Jun 2005 15:27:50 +0000
Subject: [PATCH] grammar.
---
help/html/features/search.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/help/html/features/search.html b/help/html/features/search.html
index 5fedf33..bffc1ff 100755
--- a/help/html/features/search.html
+++ b/help/html/features/search.html
@@ -83,11 +83,12 @@ below describes some of the regular expression syntax:
{min,} |
- Matches at least the specified number of the preceding element. |
+ Matches of the preceding element matched at least the
+ specified number of times. |
{min,max} |
- Matches if the preceding element matches between min and max
+ | Matches if the preceding element matches min or at most max
number of times. |
--
1.7.10.2