summaryrefslogtreecommitdiff
path: root/doc/pcre2sample.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-29 16:52:05 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-29 16:52:05 +0000
commit0a7a393d707706b82546ac4f616e4c6eed3c37d7 (patch)
treebdd0d5438163f97e48ec2b419b07489e09c97aaa /doc/pcre2sample.3
parentd95b69f8f609e5925ab607f012c228e757ecbcad (diff)
downloadpcre2-0a7a393d707706b82546ac4f616e4c6eed3c37d7.tar.gz
Documentation detrail and make HTML for 10.22-RC1.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@538 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2sample.3')
-rw-r--r--doc/pcre2sample.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pcre2sample.3 b/doc/pcre2sample.3
index 6e54ef0..661e392 100644
--- a/doc/pcre2sample.3
+++ b/doc/pcre2sample.3
@@ -26,8 +26,8 @@ an empty string. Comments in the code explain what is going on.
.P
The code in \fBpcre2demo.c\fP is an 8-bit program that uses the PCRE2 8-bit
library. It handles strings and characters that are stored in 8-bit code units.
-By default, one character corresponds to one code unit, but if the pattern
-starts with "(*UTF)", both it and the subject are treated as UTF-8 strings,
+By default, one character corresponds to one code unit, but if the pattern
+starts with "(*UTF)", both it and the subject are treated as UTF-8 strings,
where characters may occupy multiple code units.
.P
If PCRE2 is installed in the standard include and library directories for your