summaryrefslogtreecommitdiff
path: root/doc/pcrejit.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcrejit.3')
-rw-r--r--doc/pcrejit.39
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/pcrejit.3 b/doc/pcrejit.3
index ef7553c..65e50de 100644
--- a/doc/pcrejit.3
+++ b/doc/pcrejit.3
@@ -1,4 +1,4 @@
-.TH PCREJIT 3 "16 March 2013" "PCRE 8.33"
+.TH PCREJIT 3 "17 March 2013" "PCRE 8.33"
.SH NAME
PCRE - Perl-compatible regular expressions
.SH "PCRE JUST-IN-TIME COMPILER SUPPORT"
@@ -151,8 +151,9 @@ PCRE_NO_UTF8_CHECK, PCRE_NO_UTF16_CHECK, PCRE_NO_UTF32_CHECK, PCRE_NOTBOL,
PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART, PCRE_PARTIAL_HARD, and
PCRE_PARTIAL_SOFT.
.P
-The only unsupported pattern item is \eC (match a single data unit) when
-running in a UTF mode.
+The only unsupported pattern items are \eC (match a single data unit) when
+running in a UTF mode, and a callout immediately before an assertion condition
+in a conditional group.
.
.
.SH "RETURN VALUES FROM JIT EXECUTION"
@@ -425,6 +426,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 16 March 2013
+Last updated: 17 March 2013
Copyright (c) 1997-2013 University of Cambridge.
.fi