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
|
||||
PCRE - Perl-compatible regular expressions (revised API)
|
||||
.SH "UNICODE AND UTF SUPPORT"
|
||||
|
@ -330,7 +330,7 @@ these code points are excluded by RFC 3629.
|
|||
.sp
|
||||
PCRE2_ERROR_UTF8_ERR13
|
||||
.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.
|
||||
.sp
|
||||
PCRE2_ERROR_UTF8_ERR14
|
||||
|
@ -400,6 +400,6 @@ Cambridge, England.
|
|||
.rs
|
||||
.sp
|
||||
.nf
|
||||
Last updated: 06 March 2019
|
||||
Last updated: 11 May 2019
|
||||
Copyright (c) 1997-2019 University of Cambridge.
|
||||
.fi
|
||||
|
|
Loading…
Reference in New Issue