Diff for /embedaddon/pcre/doc/pcre_compile2.3 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:17
Line 1 Line 1
.TH PCRE_COMPILE2 3.TH PCRE_COMPILE2 3 "13 January 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH SYNOPSIS  .SH SYNOPSIS
Line 50  The option bits are: Line 50  The option bits are:
   PCRE_DOLLAR_ENDONLY     $ not to match newline at end    PCRE_DOLLAR_ENDONLY     $ not to match newline at end
   PCRE_DOTALL             . matches anything including NL    PCRE_DOTALL             . matches anything including NL
   PCRE_DUPNAMES           Allow duplicate names for subpatterns    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    PCRE_EXTRA              PCRE extra features
                             (not much use currently)                              (not much use currently)
   PCRE_FIRSTLINE          Force matching to be before newline    PCRE_FIRSTLINE          Force matching to be before newline

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>