aboutsummaryrefslogtreecommitdiff
path: root/dist2/doc/html/pcre2_compile.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist2/doc/html/pcre2_compile.html')
-rw-r--r--dist2/doc/html/pcre2_compile.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/dist2/doc/html/pcre2_compile.html b/dist2/doc/html/pcre2_compile.html
index 23f75e10..d109eebb 100644
--- a/dist2/doc/html/pcre2_compile.html
+++ b/dist2/doc/html/pcre2_compile.html
@@ -86,12 +86,7 @@ PCRE2 must be built with Unicode support (the default) in order to use
PCRE2_UTF, PCRE2_UCP and related options.
</P>
<P>
-Additional options may be set in the compile context via the
-<a href="pcre2_set_compile_extra_options.html"><b>pcre2_set_compile_extra_options</b></a>
-function.
-</P>
-<P>
-The yield of this function is a pointer to a private data structure that
+The yield of the function is a pointer to a private data structure that
contains the compiled pattern, or NULL if an error was detected.
</P>
<P>