--- embedaddon/pcre/doc/pcre_compile.3 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/pcre_compile.3 2012/10/09 09:19:17 1.1.1.3 @@ -1,4 +1,4 @@ -.TH PCRE_COMPILE 3 +.TH PCRE_COMPILE 3 "13 January 2012" "PCRE 8.30" .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS @@ -44,7 +44,7 @@ The option bits are: PCRE_DOLLAR_ENDONLY $ not to match newline at end PCRE_DOTALL . matches anything including NL PCRE_DUPNAMES Allow duplicate names for subpatterns - PCRE_EXTENDED Ignore whitespace and # comments + PCRE_EXTENDED Ignore white space and # comments PCRE_EXTRA PCRE extra features (not much use currently) PCRE_FIRSTLINE Force matching to be before newline