Fix typo.
This commit is contained in:
parent
274efb8ded
commit
a31c548210
|
@ -1,4 +1,4 @@
|
||||||
.TH PCRE2UNICODE 3 "06 March 2019" "PCRE2 10.33"
|
.TH PCRE2UNICODE 3 "11 May 2019" "PCRE2 10.33"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
PCRE - Perl-compatible regular expressions (revised API)
|
PCRE - Perl-compatible regular expressions (revised API)
|
||||||
.SH "UNICODE AND UTF SUPPORT"
|
.SH "UNICODE AND UTF SUPPORT"
|
||||||
|
@ -330,7 +330,7 @@ these code points are excluded by RFC 3629.
|
||||||
.sp
|
.sp
|
||||||
PCRE2_ERROR_UTF8_ERR13
|
PCRE2_ERROR_UTF8_ERR13
|
||||||
.sp
|
.sp
|
||||||
A 4-byte character has a value greater than 0x10fff; these code points are
|
A 4-byte character has a value greater than 0x10ffff; these code points are
|
||||||
excluded by RFC 3629.
|
excluded by RFC 3629.
|
||||||
.sp
|
.sp
|
||||||
PCRE2_ERROR_UTF8_ERR14
|
PCRE2_ERROR_UTF8_ERR14
|
||||||
|
@ -400,6 +400,6 @@ Cambridge, England.
|
||||||
.rs
|
.rs
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
Last updated: 06 March 2019
|
Last updated: 11 May 2019
|
||||||
Copyright (c) 1997-2019 University of Cambridge.
|
Copyright (c) 1997-2019 University of Cambridge.
|
||||||
.fi
|
.fi
|
||||||
|
|
Loading…
Reference in New Issue