summaryrefslogtreecommitdiff
path: root/doc/pcre2compat.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-15 17:49:03 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-15 17:49:03 +0000
commit18d0d28c112a7eb2715a90b0ff0611e2d40489fc (patch)
tree61551809802e8be2ef6f2de58e662d3309510a73 /doc/pcre2compat.3
parentde03e94a8f9ebd740339af995c7b28bfe8c482fb (diff)
downloadpcre2-18d0d28c112a7eb2715a90b0ff0611e2d40489fc.tar.gz
Documentation for callouts with string arguments.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@226 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2compat.3')
-rw-r--r--doc/pcre2compat.316
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pcre2compat.3 b/doc/pcre2compat.3
index a7c0c6c..a3306d7 100644
--- a/doc/pcre2compat.3
+++ b/doc/pcre2compat.3
@@ -1,4 +1,4 @@
-.TH PCRE2COMPAT 3 "28 September 2014" "PCRE2 10.0"
+.TH PCRE2COMPAT 3 "15 March 2015" "PCRE2 10.20"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "DIFFERENCES BETWEEN PCRE2 AND PERL"
@@ -69,11 +69,11 @@ the
.\"
documentation for details.
.P
-8. Subpatterns that are called as subroutines (whether or not recursively) are
-always treated as atomic groups in PCRE2. This is like Python, but unlike Perl.
-Captured values that are set outside a subroutine call can be reference from
-inside in PCRE2, but not in Perl. There is a discussion that explains these
-differences in more detail in the
+8. Subroutine calls (whether recursive or not) are treated as atomic groups.
+Atomic recursion is like Python, but unlike Perl. Captured values that are set
+outside a subroutine call can be referenced from inside in PCRE2, but not in
+Perl. There is a discussion that explains these differences in more detail in
+the
.\" HTML <a href="pcre2pattern.html#recursiondifference">
.\" </a>
section on recursion differences from Perl
@@ -185,6 +185,6 @@ Cambridge, England.
.rs
.sp
.nf
-Last updated: 28 September 2014
-Copyright (c) 1997-2014 University of Cambridge.
+Last updated: 15 March 2015
+Copyright (c) 1997-2015 University of Cambridge.
.fi