summaryrefslogtreecommitdiff
path: root/doc/pcre2_compile.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2_compile.3')
-rw-r--r--doc/pcre2_compile.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcre2_compile.3 b/doc/pcre2_compile.3
index 19f35c3..a5e8269 100644
--- a/doc/pcre2_compile.3
+++ b/doc/pcre2_compile.3
@@ -53,7 +53,7 @@ The option bits are:
PCRE2_EXTENDED Ignore white space and # comments
PCRE2_FIRSTLINE Force matching to be before newline
PCRE2_LITERAL Pattern characters are all literal
- PCRE2_MATCH_UNSET_BACKREF Match unset back references
+ PCRE2_MATCH_UNSET_BACKREF Match unset backreferences
PCRE2_MULTILINE ^ and $ match newlines within data
PCRE2_NEVER_BACKSLASH_C Lock out the use of \eC in patterns
PCRE2_NEVER_UCP Lock out PCRE2_UCP, e.g. via (*UCP)