[3.0] b9d16c5 No point in referencing ancient history
Tollef Fog Heen
tfheen at varnish-cache.org
Mon Apr 22 13:27:01 CEST 2013
commit b9d16c51b12e537bc4f62d233000308909fc692d
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date: Mon Nov 12 09:40:39 2012 +0100
No point in referencing ancient history
diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index fbe3857..fd4f588 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -395,9 +395,8 @@ To match an IP address against an ACL, simply use the match operator:
Regular Expressions
-------------------
-In Varnish 2.1.0 Varnish switched to using PCRE - Perl-compatible
-regular expressions. For a complete description of PCRE please see the
-PCRE(3) man page.
+Varnish uses PCRE - Perl-compatible regular expressions. For a
+complete description of PCRE please see the pcre(3) man page.
To send flags to the PCRE engine, such as to turn on *case
insensitivity* add the flag within parens following a question mark,
More information about the varnish-commit
mailing list