summaryrefslogtreecommitdiff
path: root/doc/doc-docbook
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-11-17 21:52:05 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-11-17 21:52:05 +0000
commit5815abc12f7b91a77880d4156968706bd60229d0 (patch)
treeab73b1ace6e5d85a9d9cdf9efc7d3bff77ea866c /doc/doc-docbook
parentf49d9ed0b8cbf4b87e9c8d9007767ba48f440332 (diff)
Docs: more PCRE2
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r--doc/doc-docbook/filter.xfpt2
-rw-r--r--doc/doc-docbook/spec.xfpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/filter.xfpt b/doc/doc-docbook/filter.xfpt
index 8bbe35117..84e7d4a43 100644
--- a/doc/doc-docbook/filter.xfpt
+++ b/doc/doc-docbook/filter.xfpt
@@ -1343,7 +1343,7 @@ A &"contains"& test does a partial string match, having expanded both strings.
.endd
For a &"matches"& test, after expansion of both strings, the second one is
-interpreted as a regular expression. Exim uses the PCRE regular expression
+interpreted as a regular expression. Exim uses the PCRE2 regular expression
library, which provides regular expressions that are compatible with Perl.
The match succeeds if the regular expression matches any part of the first
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index a8cd63b19..1dbd0e662 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -1756,7 +1756,7 @@ headers are in an unusual location you will need to either set the PCRE2_LIBS
and INCLUDE directives appropriately,
or set PCRE2_CONFIG=yes to use the installed &(pcre-config)& command.
If your operating system has no
-PCRE2 support then you will need to obtain and build the current PCRE
+PCRE2 support then you will need to obtain and build the current PCRE2
from &url(https://github.com/PhilipHazel/pcre2/releases).
More information on PCRE2 is available at &url(https://www.pcre.org/).