5f122f1
From 509ecc74dcbbcfabc01f4d290c9cc8b62c921ac4 Mon Sep 17 00:00:00 2001
5f122f1
From: ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>
5f122f1
Date: Thu, 6 Oct 2016 17:48:24 +0000
5f122f1
Subject: [PATCH] Missed typo fixed.
5f122f1
MIME-Version: 1.0
5f122f1
Content-Type: text/plain; charset=UTF-8
5f122f1
Content-Transfer-Encoding: 8bit
5f122f1
5f122f1
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@561 6239d852-aaf2-0410-a92c-79f79f948069
5f122f1
Signed-off-by: Petr Písař <ppisar@redhat.com>
5f122f1
---
5f122f1
 doc/pcre2pattern.3 | 8 ++++----
5f122f1
 1 file changed, 4 insertions(+), 4 deletions(-)
5f122f1
5f122f1
diff --git a/doc/pcre2pattern.3 b/doc/pcre2pattern.3
5f122f1
index 3cde744..f9d1f53 100644
5f122f1
--- a/doc/pcre2pattern.3
5f122f1
+++ b/doc/pcre2pattern.3
5f122f1
@@ -365,10 +365,10 @@ When PCRE2 is compiled in EBCDIC mode, \ea, \ee, \ef, \en, \er, and \et
5f122f1
 generate the appropriate EBCDIC code values. The \ec escape is processed
5f122f1
 as specified for Perl in the \fBperlebcdic\fP document. The only characters
5f122f1
 that are allowed after \ec are A-Z, a-z, or one of @, [, \e, ], ^, _, or ?. Any
5f122f1
-other character provokes a compile-time error. The sequence \e@ encodes
5f122f1
-character code 0; the letters (in either case) encode characters 1-26 (hex 01
5f122f1
-to hex 1A); [, \e, ], ^, and _ encode characters 27-31 (hex 1B to hex 1F), and
5f122f1
-\ec? becomes either 255 (hex FF) or 95 (hex 5F).
5f122f1
+other character provokes a compile-time error. The sequence \ec@ encodes
5f122f1
+character code 0; after \ec the letters (in either case) encode characters 1-26
5f122f1
+(hex 01 to hex 1A); [, \e, ], ^, and _ encode characters 27-31 (hex 1B to hex
5f122f1
+1F), and \ec? becomes either 255 (hex FF) or 95 (hex 5F).
5f122f1
 .P
5f122f1
 Thus, apart from \ec?, these escapes generate the same character code values as
5f122f1
 they do in an ASCII environment, though the meanings of the values mostly
5f122f1
-- 
5f122f1
2.7.4
5f122f1