aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-06-07 19:51:23 +0100
committerGravatar Sadie Powell2024-06-07 19:51:23 +0100
commitd350fa754b98d0ea6722f2cccd2aaeb0fe6f17ce (patch)
tree0860ceadee71e35bc25a4cb872529a7f442f0101 /docs/conf/modules.conf.example
parentRemove more deprecated functionality. (diff)
parentAdd /GL and /GLOBAL to the generic services config file. (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r--docs/conf/modules.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 7e6d7ee0d..886560b43 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -989,7 +989,7 @@
# Valid engines are: #
# #
# glob - Glob patterns, provided via regex_glob. #
-# pcre - PCRE regexps, provided via regex_pcre, needs libpcre2. #
+# pcre - PCRE regexps, provided via regex_pcre2, needs libpcre2. #
# posix - POSIX regexps, provided via regex_posix, not available #
# on Windows, no dependencies on other operating systems. #
# stdregex - stdlib regexps, provided via regex_stdlib, see comment #
@@ -1943,7 +1943,7 @@
# Expressions). You need libpcre2 installed to compile and load this
# module. You must have at least 1 provider loaded to use the filter or
# R-line modules.
-#<module name="regex_pcre">
+#<module name="regex_pcre2">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Regular Expression Provider for RE2 Regular Expressions.