Revision: 882
http://www.exim.org/viewvc/pcre2?view=rev&revision=882
Author: ph10
Date: 2017-11-14 15:32:53 +0000 (Tue, 14 Nov 2017)
Log Message:
-----------
Documentation update.
Modified Paths:
--------------
code/trunk/doc/pcre2api.3
Modified: code/trunk/doc/pcre2api.3
===================================================================
--- code/trunk/doc/pcre2api.3 2017-11-14 15:29:48 UTC (rev 881)
+++ code/trunk/doc/pcre2api.3 2017-11-14 15:32:53 UTC (rev 882)
@@ -1,4 +1,4 @@
-.TH PCRE2API 3 "22 October 2017" "PCRE2 10.31"
+.TH PCRE2API 3 "14 November 2017" "PCRE2 10.31"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.sp
@@ -3420,7 +3420,7 @@
11, /* the length of the subject string */
0, /* start at offset 0 in the subject */
0, /* default options */
- match_data, /* the match data block */
+ md, /* the match data block */
NULL, /* a match context; NULL means use defaults */
wspace, /* working space vector */
20); /* number of elements (NOT size in bytes) */