pcre2/pcre2-10.33-Fix-typo.patch

45 lines
1.3 KiB
Diff
Raw Normal View History

From 41d88497fd138f8daef7db674f21ca71e5f5822c Mon Sep 17 00:00:00 2001
From: ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>
Date: Sat, 11 May 2019 11:43:39 +0000
Subject: [PATCH] Fix typo.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1090 6239d852-aaf2-0410-a92c-79f79f948069
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
doc/pcre2unicode.3 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/pcre2unicode.3 b/doc/pcre2unicode.3
index 56eb1ea..e444422 100644
--- a/doc/pcre2unicode.3
+++ b/doc/pcre2unicode.3
@@ -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
--
2.20.1