summaryrefslogtreecommitdiff
path: root/doc/pcretest.1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-06-06 17:46:22 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-06-06 17:46:22 +0000
commita205b79603075d9a6ca1537cadbbbb161a8dc2fd (patch)
tree0e55e5de40baab79b0c9affdabde8990e5dc48df /doc/pcretest.1
parenta8c4e9e8ee32c9b739ed78e7fef385e20bcb1852 (diff)
downloadpcre-a205b79603075d9a6ca1537cadbbbb161a8dc2fd.tar.gz
Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public
release. Also make -s in pcretest force a study for every regex. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@606 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcretest.1')
-rw-r--r--doc/pcretest.19
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/pcretest.1 b/doc/pcretest.1
index 3cbfdb1..924750c 100644
--- a/doc/pcretest.1
+++ b/doc/pcretest.1
@@ -56,8 +56,7 @@ calling \fBpcre_exec()\fP repeatedly with different limits.
.TP 10
\fB-m\fP
Output the size of each compiled pattern after it has been compiled. This is
-equivalent to adding \fB/M\fP to each regular expression. For compatibility
-with earlier versions of pcretest, \fB-s\fP is a synonym for \fB-m\fP.
+equivalent to adding \fB/M\fP to each regular expression.
.TP 10
\fB-o\fP \fIosize\fP
Set the number of elements in the output vector that is used when calling
@@ -79,6 +78,10 @@ Do not output the version number of \fBpcretest\fP at the start of execution.
On Unix-like systems, set the size of the run-time stack to \fIsize\fP
megabytes.
.TP 10
+\fB-s\fP
+Behave as if each regex has the \fB/S\fP modifier; in other words, force each
+regex to be studied.
+.TP 10
\fB-t\fP
Run each compile, study, and match many times with a timer, and output
resulting time per compile or match (in milliseconds). Do not set \fB-m\fP with
@@ -789,6 +792,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 07 May 2011
+Last updated: 06 June 2011
Copyright (c) 1997-2011 University of Cambridge.
.fi