diff --git a/doc/html/pcre2api.html b/doc/html/pcre2api.html
index ddc60fc..efa93ba 100644
--- a/doc/html/pcre2api.html
+++ b/doc/html/pcre2api.html
@@ -731,8 +731,8 @@ The memory used for a general context should be freed by calling:
void pcre2_general_context_free(pcre2_general_context *gcontext);
-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.
-Last updated: 28 June 2018
+Last updated: 30 June 2018
Copyright © 1997-2018 University of Cambridge.
diff --git a/doc/pcre2.txt b/doc/pcre2.txt
index 4a9054c..769eaa4 100644
--- a/doc/pcre2.txt
+++ b/doc/pcre2.txt
@@ -774,8 +774,8 @@ PCRE2 CONTEXTS
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 @@ AUTHOR
REVISION
- Last updated: 28 June 2018
+ Last updated: 30 June 2018
Copyright (c) 1997-2018 University of Cambridge.
------------------------------------------------------------------------------
diff --git a/doc/pcre2api.3 b/doc/pcre2api.3
index e33cef4..e1985d6 100644
--- a/doc/pcre2api.3
+++ b/doc/pcre2api.3
@@ -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 @@ The memory used for a general context should be freed by calling:
.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
@@ -3637,6 +3637,6 @@ Cambridge, England.
.rs
.sp
.nf
-Last updated: 28 June 2018
+Last updated: 30 June 2018
Copyright (c) 1997-2018 University of Cambridge.
.fi