Fix two identical documentation typos.
This commit is contained in:
parent
4bb683e3ea
commit
740a9792dd
|
@ -19,7 +19,8 @@ SYNOPSIS
|
||||||
<b>#include <pcre2.h></b>
|
<b>#include <pcre2.h></b>
|
||||||
</P>
|
</P>
|
||||||
<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>
|
</P>
|
||||||
<br><b>
|
<br><b>
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
|
@ -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>
|
<b>const unsigned char *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b>
|
||||||
<br>
|
<br>
|
||||||
<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>
|
||||||
<br>
|
<br>
|
||||||
<b>int pcre2_callout_enumerate(const pcre2_code *<i>code</i>,</b>
|
<b>int pcre2_callout_enumerate(const pcre2_code *<i>code</i>,</b>
|
||||||
|
@ -3807,7 +3808,7 @@ Cambridge, England.
|
||||||
</P>
|
</P>
|
||||||
<br><a name="SEC42" href="#TOC1">REVISION</a><br>
|
<br><a name="SEC42" href="#TOC1">REVISION</a><br>
|
||||||
<P>
|
<P>
|
||||||
Last updated: 12 February 2019
|
Last updated: 14 February 2019
|
||||||
<br>
|
<br>
|
||||||
Copyright © 1997-2019 University of Cambridge.
|
Copyright © 1997-2019 University of Cambridge.
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -402,7 +402,8 @@ PCRE2 NATIVE API AUXILIARY FUNCTIONS
|
||||||
|
|
||||||
const unsigned char *pcre2_maketables(pcre2_general_context *gcontext);
|
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 pcre2_callout_enumerate(const pcre2_code *code,
|
||||||
int (*callback)(pcre2_callout_enumerate_block *, void *),
|
int (*callback)(pcre2_callout_enumerate_block *, void *),
|
||||||
|
@ -3677,7 +3678,7 @@ AUTHOR
|
||||||
|
|
||||||
REVISION
|
REVISION
|
||||||
|
|
||||||
Last updated: 12 February 2019
|
Last updated: 14 February 2019
|
||||||
Copyright (c) 1997-2019 University of Cambridge.
|
Copyright (c) 1997-2019 University of Cambridge.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
PCRE2 - Perl-compatible regular expressions (revised API)
|
PCRE2 - Perl-compatible regular expressions (revised API)
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -7,7 +7,8 @@ PCRE2 - Perl-compatible regular expressions (revised API)
|
||||||
.B #include <pcre2.h>
|
.B #include <pcre2.h>
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.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
|
.fi
|
||||||
.
|
.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH PCRE2API 3 "12 February 2019" "PCRE2 10.33"
|
.TH PCRE2API 3 "14 February 2019" "PCRE2 10.33"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
PCRE2 - Perl-compatible regular expressions (revised API)
|
PCRE2 - Perl-compatible regular expressions (revised API)
|
||||||
.sp
|
.sp
|
||||||
|
@ -247,7 +247,8 @@ document for an overview of all the PCRE2 documentation.
|
||||||
.sp
|
.sp
|
||||||
.B const unsigned char *pcre2_maketables(pcre2_general_context *\fIgcontext\fP);
|
.B const unsigned char *pcre2_maketables(pcre2_general_context *\fIgcontext\fP);
|
||||||
.sp
|
.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
|
.sp
|
||||||
.B int pcre2_callout_enumerate(const pcre2_code *\fIcode\fP,
|
.B int pcre2_callout_enumerate(const pcre2_code *\fIcode\fP,
|
||||||
.B " int (*\fIcallback\fP)(pcre2_callout_enumerate_block *, void *),"
|
.B " int (*\fIcallback\fP)(pcre2_callout_enumerate_block *, void *),"
|
||||||
|
@ -3816,6 +3817,6 @@ Cambridge, England.
|
||||||
.rs
|
.rs
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
Last updated: 12 February 2019
|
Last updated: 14 February 2019
|
||||||
Copyright (c) 1997-2019 University of Cambridge.
|
Copyright (c) 1997-2019 University of Cambridge.
|
||||||
.fi
|
.fi
|
||||||
|
|
Loading…
Reference in New Issue