diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2019-02-14 16:07:14 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2019-02-14 16:07:14 +0000 |
commit | 94f5c8bb52dc75cfb64b375cbcc1c646434e07f6 (patch) | |
tree | ac8b8de86760ffef0e6a08443c97242cd843e344 | |
parent | 46e2fdaa0fa41dfc0d3a1ca8fe512ab08fd39b37 (diff) | |
download | pcre2-94f5c8bb52dc75cfb64b375cbcc1c646434e07f6.tar.gz |
Fix two identical documentation typos.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1075 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r-- | doc/html/pcre2_pattern_info.html | 3 | ||||
-rw-r--r-- | doc/html/pcre2api.html | 5 | ||||
-rw-r--r-- | doc/pcre2.txt | 5 | ||||
-rw-r--r-- | doc/pcre2_pattern_info.3 | 5 | ||||
-rw-r--r-- | doc/pcre2api.3 | 7 |
5 files changed, 15 insertions, 10 deletions
diff --git a/doc/html/pcre2_pattern_info.html b/doc/html/pcre2_pattern_info.html index 2e35709..eaaac6c 100644 --- a/doc/html/pcre2_pattern_info.html +++ b/doc/html/pcre2_pattern_info.html @@ -19,7 +19,8 @@ SYNOPSIS <b>#include <pcre2.h></b> </P> <P> -<b>int pcre2_pattern_info(const pcre2 *<i>code</i>, uint32_t <i>what</i>, void *<i>where</i>);</b> +<b>int pcre2_pattern_info(const pcre2_code *<i>code</i>, uint32_t <i>what</i>,</b> +<b> void *<i>where</i>);</b> </P> <br><b> DESCRIPTION diff --git a/doc/html/pcre2api.html b/doc/html/pcre2api.html index c045ff5..682d9ad 100644 --- a/doc/html/pcre2api.html +++ b/doc/html/pcre2api.html @@ -312,7 +312,8 @@ document for an overview of all the PCRE2 documentation. <b>const unsigned char *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b> <br> <br> -<b>int pcre2_pattern_info(const pcre2 *<i>code</i>, uint32_t <i>what</i>, void *<i>where</i>);</b> +<b>int pcre2_pattern_info(const pcre2_code *<i>code</i>, uint32_t <i>what</i>, </b> +<b> void *<i>where</i>);</b> <br> <br> <b>int pcre2_callout_enumerate(const pcre2_code *<i>code</i>,</b> @@ -3807,7 +3808,7 @@ Cambridge, England. </P> <br><a name="SEC42" href="#TOC1">REVISION</a><br> <P> -Last updated: 12 February 2019 +Last updated: 14 February 2019 <br> Copyright © 1997-2019 University of Cambridge. <br> diff --git a/doc/pcre2.txt b/doc/pcre2.txt index 4642e88..1ccaf90 100644 --- a/doc/pcre2.txt +++ b/doc/pcre2.txt @@ -402,7 +402,8 @@ PCRE2 NATIVE API AUXILIARY FUNCTIONS const unsigned char *pcre2_maketables(pcre2_general_context *gcontext); - int pcre2_pattern_info(const pcre2 *code, uint32_t what, void *where); + int pcre2_pattern_info(const pcre2_code *code, uint32_t what, + void *where); int pcre2_callout_enumerate(const pcre2_code *code, int (*callback)(pcre2_callout_enumerate_block *, void *), @@ -3677,7 +3678,7 @@ AUTHOR REVISION - Last updated: 12 February 2019 + Last updated: 14 February 2019 Copyright (c) 1997-2019 University of Cambridge. ------------------------------------------------------------------------------ diff --git a/doc/pcre2_pattern_info.3 b/doc/pcre2_pattern_info.3 index 01b74a2..edd8989 100644 --- a/doc/pcre2_pattern_info.3 +++ b/doc/pcre2_pattern_info.3 @@ -1,4 +1,4 @@ -.TH PCRE2_PATTERN_INFO 3 "16 December 2017" "PCRE2 10.31" +.TH PCRE2_PATTERN_INFO 3 "14 February 2019" "PCRE2 10.33" .SH NAME PCRE2 - Perl-compatible regular expressions (revised API) .SH SYNOPSIS @@ -7,7 +7,8 @@ PCRE2 - Perl-compatible regular expressions (revised API) .B #include <pcre2.h> .PP .nf -.B int pcre2_pattern_info(const pcre2 *\fIcode\fP, uint32_t \fIwhat\fP, void *\fIwhere\fP); +.B int pcre2_pattern_info(const pcre2_code *\fIcode\fP, uint32_t \fIwhat\fP, +.B " void *\fIwhere\fP);" .fi . .SH DESCRIPTION diff --git a/doc/pcre2api.3 b/doc/pcre2api.3 index 0ab60f5..ca73237 100644 --- a/doc/pcre2api.3 +++ b/doc/pcre2api.3 @@ -1,4 +1,4 @@ -.TH PCRE2API 3 "12 February 2019" "PCRE2 10.33" +.TH PCRE2API 3 "14 February 2019" "PCRE2 10.33" .SH NAME PCRE2 - Perl-compatible regular expressions (revised API) .sp @@ -247,7 +247,8 @@ document for an overview of all the PCRE2 documentation. .sp .B const unsigned char *pcre2_maketables(pcre2_general_context *\fIgcontext\fP); .sp -.B int pcre2_pattern_info(const pcre2 *\fIcode\fP, uint32_t \fIwhat\fP, void *\fIwhere\fP); +.B int pcre2_pattern_info(const pcre2_code *\fIcode\fP, uint32_t \fIwhat\fP, +.B " void *\fIwhere\fP);" .sp .B int pcre2_callout_enumerate(const pcre2_code *\fIcode\fP, .B " int (*\fIcallback\fP)(pcre2_callout_enumerate_block *, void *)," @@ -3816,6 +3817,6 @@ Cambridge, England. .rs .sp .nf -Last updated: 12 February 2019 +Last updated: 14 February 2019 Copyright (c) 1997-2019 University of Cambridge. .fi |