summaryrefslogtreecommitdiff
path: root/doc/pcre2pattern.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-06-18 14:03:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-06-18 14:03:33 +0000
commit219fa022fe95b36dbdd162b8a9e94f543cba07a6 (patch)
tree8ae059b4bf5da3a0f42040c95525015dbac0bf18 /doc/pcre2pattern.3
parent1326caa549bd96e614b91db87fffee2a4de07dfc (diff)
downloadpcre2-219fa022fe95b36dbdd162b8a9e94f543cba07a6.tar.gz
More typos and changes to "Kibibytes" for "Kilobytes".
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@937 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2pattern.3')
-rw-r--r--doc/pcre2pattern.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pcre2pattern.3 b/doc/pcre2pattern.3
index 407d837..b39563a 100644
--- a/doc/pcre2pattern.3
+++ b/doc/pcre2pattern.3
@@ -528,7 +528,7 @@ by code point, as described above.
.sp
The sequence \eg followed by a signed or unsigned number, optionally enclosed
in braces, is an absolute or relative backreference. A named backreference
-can be coded as \eg{name}. backreferences are discussed
+can be coded as \eg{name}. Backreferences are discussed
.\" HTML <a href="#backreferences">
.\" </a>
later,
@@ -2243,7 +2243,7 @@ that the first iteration does not need to match the backreference. This can be
done using alternation, as in the example above, or by a quantifier with a
minimum of zero.
.P
-backreferences of this type cause the group that they reference to be treated
+Backreferences of this type cause the group that they reference to be treated
as an
.\" HTML <a href="#atomicgroup">
.\" </a>