diff options
Diffstat (limited to 'pcre/doc/pcretest.1')
-rw-r--r-- | pcre/doc/pcretest.1 | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/pcre/doc/pcretest.1 b/pcre/doc/pcretest.1 index ea7457c03d0..fec964d782a 100644 --- a/pcre/doc/pcretest.1 +++ b/pcre/doc/pcretest.1 @@ -1,4 +1,4 @@ -.TH PCRETEST 1 "23 February 2017" "PCRE 8.41" +.TH PCRETEST 1 "10 February 2020" "PCRE 8.44" .SH NAME pcretest - a program for testing Perl-compatible regular expressions. .SH SYNOPSIS @@ -78,21 +78,19 @@ the 16-bit library, or \fBpcre32_xx\fP when using the 32-bit library". .rs .TP 10 \fB-8\fP -If both the 8-bit library has been built, this option causes the 8-bit library -to be used (which is the default); if the 8-bit library has not been built, -this option causes an error. +If the 8-bit library has been built, this option causes it to be used (this is +the default). If the 8-bit library has not been built, this option causes an +error. .TP 10 \fB-16\fP -If both the 8-bit or the 32-bit, and the 16-bit libraries have been built, this -option causes the 16-bit library to be used. If only the 16-bit library has been -built, this is the default (so has no effect). If only the 8-bit or the 32-bit -library has been built, this option causes an error. +If the 16-bit library has been built, this option causes it to be used. If only +the 16-bit library has been built, this is the default. If the 16-bit library +has not been built, this option causes an error. .TP 10 \fB-32\fP -If both the 8-bit or the 16-bit, and the 32-bit libraries have been built, this -option causes the 32-bit library to be used. If only the 32-bit library has been -built, this is the default (so has no effect). If only the 8-bit or the 16-bit -library has been built, this option causes an error. +If the 32-bit library has been built, this option causes it to be used. If only +the 32-bit library has been built, this is the default. If the 32-bit library +has not been built, this option causes an error. .TP 10 \fB-b\fP Behave as if each pattern has the \fB/B\fP (show byte code) modifier; the @@ -1155,6 +1153,6 @@ Cambridge CB2 3QH, England. .rs .sp .nf -Last updated: 23 February 2017 -Copyright (c) 1997-2017 University of Cambridge. +Last updated: 10 February 2020 +Copyright (c) 1997-2020 University of Cambridge. .fi |