grammar.
authorjprocter <Jim Procter>
Wed, 8 Jun 2005 15:27:50 +0000 (15:27 +0000)
committerjprocter <Jim Procter>
Wed, 8 Jun 2005 15:27:50 +0000 (15:27 +0000)
help/html/features/search.html

index 5fedf33..bffc1ff 100755 (executable)
@@ -83,11 +83,12 @@ below describes some of the regular expression syntax:<br></p>
   </tr>\r
   <tr>\r
     <td>{min,}</td>\r
-    <td> Matches at least the specified number of the preceding element.</td>\r
+    <td> Matches of the preceding element matched at least the\r
+    specified number of times.</td>\r
   </tr>\r
   <tr>\r
     <td>{min,max} </td>\r
-    <td>Matches if the preceding element matches between min and max\r
+    <td>Matches if the preceding element matches min or at most max\r
     number of times.</td>\r
   </tr>\r
 </table>\r