From 740a9792dd1f87f8c917548e6976f2be94c6f406 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Thu, 14 Feb 2019 16:07:14 +0000 Subject: [PATCH] Fix two identical documentation typos. --- doc/html/pcre2_pattern_info.html | 3 ++- doc/html/pcre2api.html | 5 +++-- doc/pcre2.txt | 5 +++-- doc/pcre2_pattern_info.3 | 5 +++-- 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 #include <pcre2.h>

-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);


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. 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, @@ -3807,7 +3808,7 @@ Cambridge, England.


REVISION

-Last updated: 12 February 2019 +Last updated: 14 February 2019
Copyright © 1997-2019 University of Cambridge.
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 .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