summaryrefslogtreecommitdiff
path: root/doc/pcre_exec.3
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/pcre_exec.3
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/pcre_exec.3')
-rw-r--r--doc/pcre_exec.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcre_exec.3 b/doc/pcre_exec.3
index 497c329..755904d 100644
--- a/doc/pcre_exec.3
+++ b/doc/pcre_exec.3
@@ -35,7 +35,7 @@ The options are:
.sp
PCRE_ANCHORED Match only at the first position
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
- PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline sequences
+ 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