summaryrefslogtreecommitdiff
path: root/doc/pcre2_converted_pattern_free.3
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2018-10-26 19:26:30 +0100
committerMatthew Vernon <matthew@debian.org>2018-10-26 19:26:30 +0100
commitb03dbaae48971b62fe6ce174a8dfbbcaf1314d7e (patch)
treeb1585aeb773d44506b56bca51a868d9236ec621f /doc/pcre2_converted_pattern_free.3
parente98c3314cf9e05aa99f5e192862ec37f29b7dbb5 (diff)
New upstream version 10.32
Diffstat (limited to 'doc/pcre2_converted_pattern_free.3')
-rw-r--r--doc/pcre2_converted_pattern_free.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pcre2_converted_pattern_free.3 b/doc/pcre2_converted_pattern_free.3
index 687e078..b0645b5 100644
--- a/doc/pcre2_converted_pattern_free.3
+++ b/doc/pcre2_converted_pattern_free.3
@@ -1,4 +1,4 @@
-.TH PCRE2_CONVERTED_PATTERN_FREE 3 "11 July 2017" "PCRE2 10.30"
+.TH PCRE2_CONVERTED_PATTERN_FREE 3 "28 June 2018" "PCRE2 10.32"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -16,7 +16,8 @@ PCRE2 - Perl-compatible regular expressions (revised API)
This function is part of an experimental set of pattern conversion functions.
It frees the memory occupied by a converted pattern that was obtained by
calling \fBpcre2_pattern_convert()\fP with arguments that caused it to place
-the converted pattern into newly obtained heap memory.
+the converted pattern into newly obtained heap memory. If the argument is NULL,
+the function returns immediately without doing anything.
.P
The pattern conversion functions are described in the
.\" HREF