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