summaryrefslogtreecommitdiff
path: root/doc/pcre2_substring_list_free.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-08-13 11:57:09 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-08-13 11:57:09 +0000
commitcda75c98a6c0c1ea2efdc2861134fff4d71cf85e (patch)
tree66e18f00d3775d4858c295e31d8c2d33a84a2a80 /doc/pcre2_substring_list_free.3
parent969454248f0219bdf200f602bdc17bccbceea906 (diff)
downloadpcre2-cda75c98a6c0c1ea2efdc2861134fff4d71cf85e.tar.gz
File tidies and documentation update for 10.32-RC1 Release Candidate.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@983 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_substring_list_free.3')
-rw-r--r--doc/pcre2_substring_list_free.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcre2_substring_list_free.3 b/doc/pcre2_substring_list_free.3
index f6d7ec2..d977ed5 100644
--- a/doc/pcre2_substring_list_free.3
+++ b/doc/pcre2_substring_list_free.3
@@ -14,7 +14,7 @@ PCRE2 - Perl-compatible regular expressions (revised API)
.sp
This is a convenience function for freeing the store obtained by a previous
call to \fBpcre2substring_list_get()\fP. Its only argument is a pointer to
-the list of string pointers. If the argument is NULL, the function returns
+the list of string pointers. If the argument is NULL, the function returns
immediately, without doing anything.
.P
There is a complete description of the PCRE2 native API in the