f764357
From 6f8b68f2740f3100154342338ed3d26e676dae69 Mon Sep 17 00:00:00 2001
d4dd586
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
d4dd586
Date: Mon, 7 Feb 2011 11:37:09 +0100
9ab62f8
Subject: [PATCH] Fix spelling in pcretest(1) manual
d4dd586
d4dd586
I kept some non-dictionary words to be consistent.
d4dd586
Credits to John Bradshaw.
d4dd586
d4dd586
Spelling refused by upstream <http://bugs.exim.org/show_bug.cgi?id=1081#c3>:
d4dd586
d4dd586
I have applied these patches, except for "termi-nated", because my
d4dd586
Collins dictionary of spelling and word division shows "termin-ate" and
d4dd586
"termin-ating". I do know that there is a cultural difference between
d4dd586
British and American hyphenation conventions; I try to follow the
d4dd586
British ones, as exemplified in the Collins.
d4dd586
---
f764357
 doc/pcretest.1 | 8 ++++----
f764357
 1 file changed, 4 insertions(+), 4 deletions(-)
d4dd586
d4dd586
diff --git a/doc/pcretest.1 b/doc/pcretest.1
f764357
index 41ef6ac..258a62f 100644
d4dd586
--- a/doc/pcretest.1
d4dd586
+++ b/doc/pcretest.1
f764357
@@ -601,8 +601,8 @@ recognized:
d4dd586
                after a successful match (number less than 32)
d4dd586
 .\" JOIN
f764357
   \eCname     call pcre[16|32]_copy_named_substring() for substring
d4dd586
-               "name" after a successful match (name termin-
d4dd586
-               ated by next non alphanumeric character)
d4dd586
+               "name" after a successful match (name terminated
f764357
+               by next non alphanumeric character)
d4dd586
 .\" JOIN
d4dd586
   \eC+        show the current captured substrings at callout
d4dd586
                time
f764357
@@ -623,8 +623,8 @@ recognized:
d4dd586
                after a successful match (number less than 32)
d4dd586
 .\" JOIN
f764357
   \eGname     call pcre[16|32]_get_named_substring() for substring
d4dd586
-               "name" after a successful match (name termin-
d4dd586
-               ated by next non-alphanumeric character)
d4dd586
+               "name" after a successful match (name terminated
d4dd586
+               by next non-alphanumeric character)
d4dd586
 .\" JOIN
9ab62f8
   \eJdd       set up a JIT stack of dd kilobytes maximum (any
9ab62f8
                number of digits)
9ab62f8
-- 
f764357
1.7.11.7
9ab62f8