Docs: more PCRE2
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 17 Nov 2021 21:52:05 +0000 (21:52 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 17 Nov 2021 21:52:05 +0000 (21:52 +0000)
doc/doc-docbook/filter.xfpt
doc/doc-docbook/spec.xfpt

index 8bbe3511725f9ea4af7c34f02dfc5e927f932fd0..84e7d4a43248017400e42cc6a3fe238069676cd2 100644 (file)
@@ -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
index a8cd63b192a5c38fe7ebac7be55cbf11f997c694..1dbd0e66288edbc728e08540f45a09c7c9cc9089 100644 (file)
@@ -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/).