Fix typo.
This commit is contained in:
parent
b87a1b5e31
commit
4d2eef1ed3
|
@ -731,8 +731,8 @@ The memory used for a general context should be freed by calling:
|
||||||
<b>void pcre2_general_context_free(pcre2_general_context *<i>gcontext</i>);</b>
|
<b>void pcre2_general_context_free(pcre2_general_context *<i>gcontext</i>);</b>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
If this function is passed a NULL argument, it function returns immediately
|
If this function is passed a NULL argument, it returns immediately without
|
||||||
without doing anything.
|
doing anything.
|
||||||
<a name="compilecontext"></a></P>
|
<a name="compilecontext"></a></P>
|
||||||
<br><b>
|
<br><b>
|
||||||
The compile context
|
The compile context
|
||||||
|
@ -3631,7 +3631,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: 28 June 2018
|
Last updated: 30 June 2018
|
||||||
<br>
|
<br>
|
||||||
Copyright © 1997-2018 University of Cambridge.
|
Copyright © 1997-2018 University of Cambridge.
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -774,8 +774,8 @@ PCRE2 CONTEXTS
|
||||||
|
|
||||||
void pcre2_general_context_free(pcre2_general_context *gcontext);
|
void pcre2_general_context_free(pcre2_general_context *gcontext);
|
||||||
|
|
||||||
If this function is passed a NULL argument, it function returns immedi-
|
If this function is passed a NULL argument, it returns immediately
|
||||||
ately without doing anything.
|
without doing anything.
|
||||||
|
|
||||||
The compile context
|
The compile context
|
||||||
|
|
||||||
|
@ -3509,7 +3509,7 @@ AUTHOR
|
||||||
|
|
||||||
REVISION
|
REVISION
|
||||||
|
|
||||||
Last updated: 28 June 2018
|
Last updated: 30 June 2018
|
||||||
Copyright (c) 1997-2018 University of Cambridge.
|
Copyright (c) 1997-2018 University of Cambridge.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH PCRE2API 3 "28 June 2018" "PCRE2 10.32"
|
.TH PCRE2API 3 "30 June 2018" "PCRE2 10.32"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
PCRE2 - Perl-compatible regular expressions (revised API)
|
PCRE2 - Perl-compatible regular expressions (revised API)
|
||||||
.sp
|
.sp
|
||||||
|
@ -668,8 +668,8 @@ The memory used for a general context should be freed by calling:
|
||||||
.B void pcre2_general_context_free(pcre2_general_context *\fIgcontext\fP);
|
.B void pcre2_general_context_free(pcre2_general_context *\fIgcontext\fP);
|
||||||
.fi
|
.fi
|
||||||
.sp
|
.sp
|
||||||
If this function is passed a NULL argument, it function returns immediately
|
If this function is passed a NULL argument, it returns immediately without
|
||||||
without doing anything.
|
doing anything.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.\" HTML <a name="compilecontext"></a>
|
.\" HTML <a name="compilecontext"></a>
|
||||||
|
@ -3637,6 +3637,6 @@ Cambridge, England.
|
||||||
.rs
|
.rs
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
Last updated: 28 June 2018
|
Last updated: 30 June 2018
|
||||||
Copyright (c) 1997-2018 University of Cambridge.
|
Copyright (c) 1997-2018 University of Cambridge.
|
||||||
.fi
|
.fi
|
||||||
|
|
Loading…
Reference in New Issue