From: Joshua Slive Date: Mon, 12 Jul 2004 18:43:14 +0000 (+0000) Subject: Backport: X-Git-Tag: STRIKER_2_0_51_RC1^2~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721a1486963912774005c146c80929f7e127e06a;p=thirdparty%2Fapache%2Fhttpd.git Backport: Mention what type of regex we use, and reference the glossary. PR: 29732 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104258 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index 3af7982a89a..caecbe3b959 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -99,9 +99,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
@@ -292,4 +292,4 @@ - \ No newline at end of file + diff --git a/docs/manual/mod/directive-dict.xml b/docs/manual/mod/directive-dict.xml index 39c0d1814e0..950183af55c 100644 --- a/docs/manual/mod/directive-dict.xml +++ b/docs/manual/mod/directive-dict.xml @@ -1,7 +1,7 @@ - +