summaryrefslogtreecommitdiff
path: root/doc/html/pcre_compile2.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-17 08:22:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-17 08:22:40 +0000
commitc2ca0181556e8224559ea493ebe08ad3ab1e986d (patch)
tree102a51f4c58b029b4245299e060f3d2a2a04a8a6 /doc/html/pcre_compile2.html
parent99c49a95b9892e71ec8cd69cd1bcb3a96964ba15 (diff)
downloadpcre-c2ca0181556e8224559ea493ebe08ad3ab1e986d.tar.gz
Update HTML documentation.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@150 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcre_compile2.html')
-rw-r--r--doc/html/pcre_compile2.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/pcre_compile2.html b/doc/html/pcre_compile2.html
index e17a698..a71c4d7 100644
--- a/doc/html/pcre_compile2.html
+++ b/doc/html/pcre_compile2.html
@@ -57,6 +57,7 @@ The option bits are:
PCRE_FIRSTLINE Force matching to be before newline
PCRE_MULTILINE ^ and $ match newlines within data
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
+ PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline sequences
PCRE_NEWLINE_CR Set CR as the newline sequence
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence
PCRE_NEWLINE_LF Set LF as the newline sequence