Revision: 1090
http://www.exim.org/viewvc/pcre2?view=rev&revision=1090
Author: ph10
Date: 2019-05-11 12:43:39 +0100 (Sat, 11 May 2019)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
code/trunk/doc/pcre2unicode.3
Modified: code/trunk/doc/pcre2unicode.3
===================================================================
--- code/trunk/doc/pcre2unicode.3 2019-05-10 13:15:20 UTC (rev 1089)
+++ code/trunk/doc/pcre2unicode.3 2019-05-11 11:43:39 UTC (rev 1090)
@@ -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 @@
.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 @@
.rs
.sp
.nf
-Last updated: 06 March 2019
+Last updated: 11 May 2019
Copyright (c) 1997-2019 University of Cambridge.
.fi