summaryrefslogtreecommitdiff
path: root/doc/html/pcretest.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-12 15:19:06 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-12 15:19:06 +0000
commiteecba7e64110ce3069ba1eca86d596fa82554676 (patch)
tree2b92a371bb141c9de46ae2c6a3a2833d86fc8d56 /doc/html/pcretest.html
parent1cb6a4a0ff4fe4d1b99863da099b4ede7253e716 (diff)
downloadpcre-eecba7e64110ce3069ba1eca86d596fa82554676.tar.gz
Removal of trailing spaces.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@123 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcretest.html')
-rw-r--r--doc/html/pcretest.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/html/pcretest.html b/doc/html/pcretest.html
index f46d139..818ba3c 100644
--- a/doc/html/pcretest.html
+++ b/doc/html/pcretest.html
@@ -249,7 +249,11 @@ multiple copies of the same substring.
</P>
<P>
The <b>/B</b> modifier is a debugging feature. It requests that <b>pcretest</b>
-output a representation of the compiled byte code after compilation.
+output a representation of the compiled byte code after compilation. Normally
+this information contains length and offset values; however, if <b>/Z</b> is
+also present, this data is replaced by spaces. This is a special feature for
+use in the automatic test scripts; it ensures that the same output is generated
+for different internal link sizes.
</P>
<P>
The <b>/L</b> modifier must be followed directly by the name of a locale, for