summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-06 16:51:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-06 16:51:31 +0000
commit64092b2e746ce5df142d50b6b8ce4079ce511921 (patch)
tree4c43d46f5fc425beeea2720b745def8b052e28d1 /doc/html
parent4cf8a94be5fb7b63eae7ffbe47b66afef880b929 (diff)
downloadpcre2-64092b2e746ce5df142d50b6b8ce4079ce511921.tar.gz
File tidies for 10.34-RC2.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1182 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/pcre2api.html4
-rw-r--r--doc/html/pcre2pattern.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/pcre2api.html b/doc/html/pcre2api.html
index a47e918..82aabee 100644
--- a/doc/html/pcre2api.html
+++ b/doc/html/pcre2api.html
@@ -312,7 +312,7 @@ document for an overview of all the PCRE2 documentation.
<b>const uint8_t *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b>
<br>
<br>
-<b>void pcre2_maketables_free(pcre2_general_context *<i>gcontext</i>, </b>
+<b>void pcre2_maketables_free(pcre2_general_context *<i>gcontext</i>,</b>
<b> const uint8_t *<i>tables</i>);</b>
<br>
<br>
@@ -1989,7 +1989,7 @@ Most (but not all) patterns can be optimized by the JIT compiler.
<b>const uint8_t *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b>
<br>
<br>
-<b>void pcre2_maketables_free(pcre2_general_context *<i>gcontext</i>, </b>
+<b>void pcre2_maketables_free(pcre2_general_context *<i>gcontext</i>,</b>
<b> const uint8_t *<i>tables</i>);</b>
</P>
<P>
diff --git a/doc/html/pcre2pattern.html b/doc/html/pcre2pattern.html
index 9f5068d..0aa2191 100644
--- a/doc/html/pcre2pattern.html
+++ b/doc/html/pcre2pattern.html
@@ -3771,7 +3771,7 @@ assertion is not "seen" by an instance of (*SKIP:NAME) later in the pattern.
<P>
PCRE2 now supports non-atomic positive assertions, as described in the section
entitled
-<a href="#nonatomicassertions"> "Non-atomic assertions"</a>
+<a href="#nonatomicassertions">"Non-atomic assertions"</a>
above. These assertions must be standalone (not used as conditions). They are
not Perl-compatible. For these assertions, a later backtrack does jump back
into the assertion, and therefore verbs such as (*COMMIT) can be triggered by