to highlight the restriction on nmatch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1183007 13f79535-47bb-0310-9956-
ffa450edef68
* submatches. Pass it the same nmatch and pmatch arguments that you
* passed ap_regexec(). pmatch should not be greater than the maximum number
* of subexpressions - i.e. one more than the re_nsub member of ap_regex_t.
- * nmatch must be >=AP_MAX_REG_MATCH (10).
+ *
+ * nmatch must be <=AP_MAX_REG_MATCH (10).
*
* input should be the string with the $-expressions, source should be the
* string that was matched against.