diff options
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/pcrepattern.txt | 3 | ||||
-rw-r--r-- | doc/doc-txt/pcretest.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc-txt/pcrepattern.txt b/doc/doc-txt/pcrepattern.txt index 29fbe5652..b638a00db 100644 --- a/doc/doc-txt/pcrepattern.txt +++ b/doc/doc-txt/pcrepattern.txt @@ -1,11 +1,12 @@ This file contains the PCRE man page that describes the regular expressions -supported by PCRE version 6.0. Note that not all of the features are relevant +supported by PCRE version 6.2. Note that not all of the features are relevant in the context of Exim. In particular, the version of PCRE that is compiled with Exim does not include UTF-8 support, there is no mechanism for changing the options with which the PCRE functions are called, and features such as callout are not accessible. ----------------------------------------------------------------------------- +PCREPATTERN(3) PCREPATTERN(3) NAME diff --git a/doc/doc-txt/pcretest.txt b/doc/doc-txt/pcretest.txt index 384a6c38f..695741dae 100644 --- a/doc/doc-txt/pcretest.txt +++ b/doc/doc-txt/pcretest.txt @@ -6,10 +6,10 @@ is built with Exim. PCRETEST(1) PCRETEST(1) - NAME pcretest - a program for testing Perl-compatible regular expressions. + SYNOPSIS pcretest [-C] [-d] [-dfa] [-i] [-m] [-o osize] [-p] [-t] [source] |