summaryrefslogtreecommitdiff
path: root/doc/html/pcreapi.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-13 09:28:14 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-13 09:28:14 +0000
commitee8b9397acfd78a9fa4e01b4ae2c428113a71a84 (patch)
tree8a50f18975e15932e749146507e8a458276ae800 /doc/html/pcreapi.html
parent5b4a48bc5e55bba929d366439857e07a5dec9082 (diff)
downloadpcre-ee8b9397acfd78a9fa4e01b4ae2c428113a71a84.tar.gz
Detrailed files for 7.4-RC1 test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@243 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcreapi.html')
-rw-r--r--doc/html/pcreapi.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/pcreapi.html b/doc/html/pcreapi.html
index 704dca0..ffe37ab 100644
--- a/doc/html/pcreapi.html
+++ b/doc/html/pcreapi.html
@@ -926,7 +926,8 @@ fourth argument should point to an <b>unsigned char *</b> variable.
PCRE_INFO_HASCRORLF
</pre>
Return 1 if the pattern contains any explicit matches for CR or LF characters,
-otherwise 0. The fourth argument should point to an <b>int</b> variable.
+otherwise 0. The fourth argument should point to an <b>int</b> variable. An
+explicit match is either a literal CR or LF character, or \r or \n.
<pre>
PCRE_INFO_JCHANGED
</pre>