summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-21 15:59:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-21 15:59:35 +0000
commit2e9472220441a6c61e9ed14f3fe3d33686e241b1 (patch)
treebde61e4373a22b5b32e2097fb193547e16c6c642
parentfd9927c8be258790f2f1d29c280d8f3a0dcb8146 (diff)
downloadpcre-2e9472220441a6c61e9ed14f3fe3d33686e241b1.tar.gz
Documentation clarification.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@902 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--doc/pcrepartial.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pcrepartial.3 b/doc/pcrepartial.3
index 3eb645c..1706a62 100644
--- a/doc/pcrepartial.3
+++ b/doc/pcrepartial.3
@@ -115,7 +115,8 @@ because it prefers an earlier partial match over a later complete match. For
this reason, the assumption is made that the end of the supplied subject string
may not be the true end of the available data, and so, if \ez, \eZ, \eb, \eB,
or $ are encountered at the end of the subject, the result is
-PCRE_ERROR_PARTIAL.
+PCRE_ERROR_PARTIAL, provided that at least one character in the subject has
+been inspected.
.P
Setting PCRE_PARTIAL_HARD also affects the way UTF-8 and UTF-16
subject strings are checked for validity. Normally, an invalid sequence
@@ -411,6 +412,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 08 January 2012
+Last updated: 21 January 2012
Copyright (c) 1997-2012 University of Cambridge.
.fi