[master] 57d212e No point in referencing ancient history

Tollef Fog Heen tfheen at varnish-cache.org
Tue Nov 13 08:07:38 CET 2012


commit 57d212eadbc37be4b0eb008fe07b3a863f2b0993
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 60daaa3..50c339b 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -291,9 +291,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