diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2017-04-08 15:21:39 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2017-04-08 15:21:39 +0000 |
commit | 8a6312e6bc4f8dba8f63e97c9f1d9a50ef583ba7 (patch) | |
tree | a14336721df414158e933ff0c97de15ac7d03e62 /doc | |
parent | 09fe1a58ca56a5f91acf22d8135d73b71ff3cfba (diff) | |
download | pcre2-8a6312e6bc4f8dba8f63e97c9f1d9a50ef583ba7.tar.gz |
Documentation tidies and code tidies for Windows.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@737 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/pcre2api.html | 2 | ||||
-rw-r--r-- | doc/html/pcre2build.html | 2 | ||||
-rw-r--r-- | doc/pcre2.txt | 4 | ||||
-rw-r--r-- | doc/pcre2api.3 | 2 | ||||
-rw-r--r-- | doc/pcre2build.3 | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/pcre2api.html b/doc/html/pcre2api.html index ef37ce2..7f424c9 100644 --- a/doc/html/pcre2api.html +++ b/doc/html/pcre2api.html @@ -380,7 +380,7 @@ When using multiple libraries in an application, you must take care when processing any particular pattern to use only functions from a single library. For example, if you want to run a match using a pattern that was compiled with <b>pcre2_compile_16()</b>, you must do so with <b>pcre2_match_16()</b>, not -<b>pcre2_match_8()</b> or <b>pcre2_match_32</b>. +<b>pcre2_match_8()</b> or <b>pcre2_match_32()</b>. </P> <P> In the function summaries above, and in the rest of this document and other diff --git a/doc/html/pcre2build.html b/doc/html/pcre2build.html index 8af58b5..333e4f8 100644 --- a/doc/html/pcre2build.html +++ b/doc/html/pcre2build.html @@ -512,7 +512,7 @@ system stack, but if --disable-stack-for-recursion </pre> was set, memory on the heap was used. From release 10.30 onwards this has -changed (the stack is no lonter used) and this option now does nothing except +changed (the stack is no longer used) and this option now does nothing except give a warning. </P> <br><a name="SEC23" href="#TOC1">SEE ALSO</a><br> diff --git a/doc/pcre2.txt b/doc/pcre2.txt index d91b08b..92b17c7 100644 --- a/doc/pcre2.txt +++ b/doc/pcre2.txt @@ -459,7 +459,7 @@ PCRE2 8-BIT, 16-BIT, AND 32-BIT LIBRARIES when processing any particular pattern to use only functions from a single library. For example, if you want to run a match using a pat- tern that was compiled with pcre2_compile_16(), you must do so with - pcre2_match_16(), not pcre2_match_8() or pcre2_match_32. + pcre2_match_16(), not pcre2_match_8() or pcre2_match_32(). In the function summaries above, and in the rest of this document and other PCRE2 documents, functions and data types are described using @@ -3683,7 +3683,7 @@ OBSOLETE OPTION --disable-stack-for-recursion was set, memory on the heap was used. From release 10.30 onwards this - has changed (the stack is no lonter used) and this option now does + has changed (the stack is no longer used) and this option now does nothing except give a warning. diff --git a/doc/pcre2api.3 b/doc/pcre2api.3 index cfafbc1..c34ff3c 100644 --- a/doc/pcre2api.3 +++ b/doc/pcre2api.3 @@ -316,7 +316,7 @@ When using multiple libraries in an application, you must take care when processing any particular pattern to use only functions from a single library. For example, if you want to run a match using a pattern that was compiled with \fBpcre2_compile_16()\fP, you must do so with \fBpcre2_match_16()\fP, not -\fBpcre2_match_8()\fP or \fBpcre2_match_32\fP. +\fBpcre2_match_8()\fP or \fBpcre2_match_32()\fP. .P In the function summaries above, and in the rest of this document and other PCRE2 documents, functions and data types are described using their generic diff --git a/doc/pcre2build.3 b/doc/pcre2build.3 index 8c93d98..dc0e928 100644 --- a/doc/pcre2build.3 +++ b/doc/pcre2build.3 @@ -524,7 +524,7 @@ system stack, but if --disable-stack-for-recursion .sp was set, memory on the heap was used. From release 10.30 onwards this has -changed (the stack is no lonter used) and this option now does nothing except +changed (the stack is no longer used) and this option now does nothing except give a warning. . .SH "SEE ALSO" |