summaryrefslogtreecommitdiff
path: root/pcre/doc/pcre.3
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/doc/pcre.3')
-rw-r--r--pcre/doc/pcre.34
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre/doc/pcre.3 b/pcre/doc/pcre.3
index c2f9164052c..d92f9ef08de 100644
--- a/pcre/doc/pcre.3
+++ b/pcre/doc/pcre.3
@@ -1,4 +1,4 @@
-.TH PCRE 3 "13 May 2013" "PCRE 8.33"
+.TH PCRE 3 "01 Oct 2013" "PCRE 8.33"
.SH NAME
PCRE - Perl-compatible regular expressions
.SH INTRODUCTION
@@ -44,7 +44,7 @@ The current implementation of PCRE corresponds approximately with Perl 5.12,
including support for UTF-8/16/32 encoded strings and Unicode general category
properties. However, UTF-8/16/32 and Unicode support has to be explicitly
enabled; it is not the default. The Unicode tables correspond to Unicode
-release 6.2.0.
+release 6.3.0.
.P
In addition to the Perl-compatible matching function, PCRE contains an
alternative function that matches the same compiled patterns in a different