diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2014-11-17 16:59:02 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2014-11-17 16:59:02 +0000 |
commit | 30db637ddfa97ba890ae5e7473387560a02cf290 (patch) | |
tree | fc5f0ad33a67420371f2605b89765e0b2b79382b /doc/html | |
parent | 1bf320941731ebb998406ae0ea202b247d982fe0 (diff) | |
download | pcre2-30db637ddfa97ba890ae5e7473387560a02cf290.tar.gz |
More documentation edits.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@148 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/index.html | 2 | ||||
-rw-r--r-- | doc/html/pcre2build.html | 2 | ||||
-rw-r--r-- | doc/html/pcre2jit.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/index.html b/doc/html/index.html index f825066..89f7ccf 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -20,7 +20,7 @@ first. <tr><td><a href="pcre2.html">pcre2</a></td> <td> Introductory page</td></tr> -<tr><td><a href="pcre2-config.html">pcre-2config</a></td> +<tr><td><a href="pcre2-config.html">pcre2-config</a></td> <td> Information about the installation configuration</td></tr> <tr><td><a href="pcre2api.html">pcre2api</a></td> diff --git a/doc/html/pcre2build.html b/doc/html/pcre2build.html index 2fbe197..6b5b8e2 100644 --- a/doc/html/pcre2build.html +++ b/doc/html/pcre2build.html @@ -453,7 +453,7 @@ documentation. </P> <br><a name="SEC19" href="#TOC1">SEE ALSO</a><br> <P> -<b>pcre2api</b>(3), <b>pcre2_config</b>(3). +<b>pcre2api</b>(3), <b>pcre2-config</b>(3). </P> <br><a name="SEC20" href="#TOC1">AUTHOR</a><br> <P> diff --git a/doc/html/pcre2jit.html b/doc/html/pcre2jit.html index 4ade9ae..b1d0609 100644 --- a/doc/html/pcre2jit.html +++ b/doc/html/pcre2jit.html @@ -172,7 +172,7 @@ complicated patterns need more than this. The error PCRE2_ERROR_JIT_STACKLIMIT is given when there is not enough stack. Three functions are provided for managing blocks of memory for use as JIT stacks. There is further discussion about the use of JIT stacks in the section entitled -<a href="#stackcontrol">"JIT stack FAQ"</a> +<a href="#stackfaq">"JIT stack FAQ"</a> below. </P> <P> |