summaryrefslogtreecommitdiff
path: root/doc/pcre_compile.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre_compile.3')
-rw-r--r--doc/pcre_compile.31
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pcre_compile.3 b/doc/pcre_compile.3
index 3eaab2f..dbab684 100644
--- a/doc/pcre_compile.3
+++ b/doc/pcre_compile.3
@@ -42,6 +42,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