[Pcre-svn] [577] code/trunk/doc: More documentation for (*NO…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [577] code/trunk/doc: More documentation for (*NO_START_OPT).
Revision: 577
          http://vcs.pcre.org/viewvc?view=rev&revision=577
Author:   ph10
Date:     2010-11-21 18:51:22 +0000 (Sun, 21 Nov 2010)


Log Message:
-----------
More documentation for (*NO_START_OPT).

Modified Paths:
--------------
    code/trunk/doc/pcrecallout.3
    code/trunk/doc/pcrepattern.3


Modified: code/trunk/doc/pcrecallout.3
===================================================================
--- code/trunk/doc/pcrecallout.3    2010-11-21 18:45:10 UTC (rev 576)
+++ code/trunk/doc/pcrecallout.3    2010-11-21 18:51:22 UTC (rev 577)
@@ -61,9 +61,9 @@
 been scanned far enough.
 .P
 You can disable these optimizations by passing the PCRE_NO_START_OPTIMIZE
-option to \fBpcre_exec()\fP or \fBpcre_dfa_exec()\fP. This slows down the
-matching process, but does ensure that callouts such as the example above are
-obeyed.
+option to \fBpcre_compile()\fP, \fBpcre_exec()\fP, or \fBpcre_dfa_exec()\fP,
+or by starting the pattern with (*NO_START_OPT). This slows down the matching
+process, but does ensure that callouts such as the example above are obeyed.
 .
 .
 .SH "THE CALLOUT INTERFACE"
@@ -184,6 +184,6 @@
 .rs
 .sp
 .nf
-Last updated: 29 September 2009
-Copyright (c) 1997-2009 University of Cambridge.
+Last updated: 21 November 2010
+Copyright (c) 1997-2010 University of Cambridge.
 .fi


Modified: code/trunk/doc/pcrepattern.3
===================================================================
--- code/trunk/doc/pcrepattern.3    2010-11-21 18:45:10 UTC (rev 576)
+++ code/trunk/doc/pcrepattern.3    2010-11-21 18:51:22 UTC (rev 577)
@@ -2502,7 +2502,8 @@
 present. When one of these optimizations suppresses the running of a match, any
 included backtracking verbs will not, of course, be processed. You can suppress
 the start-of-match optimizations by setting the PCRE_NO_START_OPTIMIZE option
-when calling \fBpcre_exec()\fP.
+when calling \fBpcre_compile()\fP or \fBpcre_exec()\fP, or by starting the
+pattern with (*NO_START_OPT).
 .
 .
 .SS "Verbs that act immediately"