From: Joshua Slive Date: Mon, 12 Jul 2004 18:41:24 +0000 (+0000) Subject: Mention what type of regex we use, and reference the glossary. X-Git-Tag: pre_ajp_proxy~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370ae61f487a270fc850e5eb0dea8e6eb7836a08;p=thirdparty%2Fapache%2Fhttpd.git Mention what type of regex we use, and reference the glossary. PR: 29732 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index 5f35588bb14..a34e709f04e 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -98,9 +98,9 @@
regex
-
A regular expression, which is a way of describing a - pattern to match in text. The directive definition will - specify what the regex is matching against.
+
A Perl-compatible regular + expression. The directive definition will specify what the + regex is matching against.
extension
diff --git a/docs/manual/mod/directive-dict.xml b/docs/manual/mod/directive-dict.xml index 8f62e5b295e..b5c86431f76 100644 --- a/docs/manual/mod/directive-dict.xml +++ b/docs/manual/mod/directive-dict.xml @@ -1,7 +1,7 @@ - +