summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_set_recursion_limit.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-25 17:50:54 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-25 17:50:54 +0000
commit55f5d081c04b7c8e6b5867ccfad3c731a2cc6870 (patch)
tree114ce5ba0f0573ae918563825c4f3ccadf4eb286 /doc/html/pcre2_set_recursion_limit.html
parent1edfc7e37c0eb140d8cea15c70d639c7c0ccd4be (diff)
downloadpcre2-55f5d081c04b7c8e6b5867ccfad3c731a2cc6870.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@709 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_set_recursion_limit.html')
-rw-r--r--doc/html/pcre2_set_recursion_limit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/pcre2_set_recursion_limit.html b/doc/html/pcre2_set_recursion_limit.html
index 5adcc99..c415aa3 100644
--- a/doc/html/pcre2_set_recursion_limit.html
+++ b/doc/html/pcre2_set_recursion_limit.html
@@ -26,8 +26,8 @@ SYNOPSIS
DESCRIPTION
</b><br>
<P>
-This function sets the recursion limit field in a match context. The result is
-always zero.
+This function is obsolete and should not be used in new code. Use
+<b>pcre2_set_depth_limit()</b> instead.
</P>
<P>
There is a complete description of the PCRE2 native API in the