summaryrefslogtreecommitdiff
path: root/doc/pcre2sample.3
diff options
context:
space:
mode:
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