Revision: 953
http://www.exim.org/viewvc/pcre2?view=rev&revision=953
Author: ph10
Date: 2018-06-30 14:13:47 +0100 (Sat, 30 Jun 2018)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
code/trunk/doc/html/pcre2api.html
code/trunk/doc/pcre2.txt
code/trunk/doc/pcre2api.3
Modified: code/trunk/doc/html/pcre2api.html
===================================================================
--- code/trunk/doc/html/pcre2api.html 2018-06-28 16:56:56 UTC (rev 952)
+++ code/trunk/doc/html/pcre2api.html 2018-06-30 13:13:47 UTC (rev 953)
@@ -731,8 +731,8 @@
<b>void pcre2_general_context_free(pcre2_general_context *<i>gcontext</i>);</b>
<br>
<br>
-If this function is passed a NULL argument, it function returns immediately
-without doing anything.
+If this function is passed a NULL argument, it returns immediately without
+doing anything.
<a name="compilecontext"></a></P>
<br><b>
The compile context
@@ -3631,7 +3631,7 @@
</P>
<br><a name="SEC42" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 28 June 2018
+Last updated: 30 June 2018
<br>
Copyright © 1997-2018 University of Cambridge.
<br>
Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt 2018-06-28 16:56:56 UTC (rev 952)
+++ code/trunk/doc/pcre2.txt 2018-06-30 13:13:47 UTC (rev 953)
@@ -774,8 +774,8 @@
void pcre2_general_context_free(pcre2_general_context *gcontext);
- If this function is passed a NULL argument, it function returns immedi-
- ately without doing anything.
+ If this function is passed a NULL argument, it returns immediately
+ without doing anything.
The compile context
@@ -3509,7 +3509,7 @@
REVISION
- Last updated: 28 June 2018
+ Last updated: 30 June 2018
Copyright (c) 1997-2018 University of Cambridge.
------------------------------------------------------------------------------
Modified: code/trunk/doc/pcre2api.3
===================================================================
--- code/trunk/doc/pcre2api.3 2018-06-28 16:56:56 UTC (rev 952)
+++ code/trunk/doc/pcre2api.3 2018-06-30 13:13:47 UTC (rev 953)
@@ -1,4 +1,4 @@
-.TH PCRE2API 3 "28 June 2018" "PCRE2 10.32"
+.TH PCRE2API 3 "30 June 2018" "PCRE2 10.32"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.sp
@@ -668,8 +668,8 @@
.B void pcre2_general_context_free(pcre2_general_context *\fIgcontext\fP);
.fi
.sp
-If this function is passed a NULL argument, it function returns immediately
-without doing anything.
+If this function is passed a NULL argument, it returns immediately without
+doing anything.
.
.
.\" HTML <a name="compilecontext"></a>
@@ -3637,6 +3637,6 @@
.rs
.sp
.nf
-Last updated: 28 June 2018
+Last updated: 30 June 2018
Copyright (c) 1997-2018 University of Cambridge.
.fi