[Pcre-svn] [772] code/trunk/doc/pcrecallout.3: Documentation…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [772] code/trunk/doc/pcrecallout.3: Documentation update.
Revision: 772
          http://vcs.pcre.org/viewvc?view=rev&revision=772
Author:   ph10
Date:     2011-11-30 10:18:07 +0000 (Wed, 30 Nov 2011)


Log Message:
-----------
Documentation update.

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


Modified: code/trunk/doc/pcrecallout.3
===================================================================
--- code/trunk/doc/pcrecallout.3    2011-11-29 15:34:12 UTC (rev 771)
+++ code/trunk/doc/pcrecallout.3    2011-11-30 10:18:07 UTC (rev 772)
@@ -160,9 +160,10 @@
 .P
 The \fImark\fP field is present from version 2 of the \fIpcre_callout\fP
 structure. In callouts from \fBpcre_exec()\fP it contains a pointer to the
-zero-terminated name of the most recently passed (*MARK) item in the match, or
-NULL if there are no (*MARK)s in the current matching path. In callouts from
-\fBpcre_dfa_exec()\fP this field always contains NULL.
+zero-terminated name of the most recently passed (*MARK), (*PRUNE), or (*THEN)
+item in the match, or NULL if no such items have been passed. Instances of 
+(*PRUNE) or (*THEN) without a name do not obliterate a previous (*MARK). In
+callouts from \fBpcre_dfa_exec()\fP this field always contains NULL.
 .
 .
 .SH "RETURN VALUES"
@@ -195,6 +196,6 @@
 .rs
 .sp
 .nf
-Last updated: 26 August 2011
+Last updated: 30 November 2011
 Copyright (c) 1997-2011 University of Cambridge.
 .fi