From 20174ca143fd6a1c6a0a0de25ce730874d966ee3 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 29 Oct 2025 08:11:51 +0100 Subject: [PATCH] DOC: config: fix confusing typo about ACL -m ("now" vs "not") A one-letter typo in the doc update comint with commit 6ea50ba462 ("MINOR: acl; Warn when matching method based on a suffix is overwritten") inverts the meaning of the sentence. It was "is not allowed" and not "is now allowed". Needs to be backported only if the commit above ever is (unlikely). --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 43f25a8c7..35ab9c00b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -19761,7 +19761,7 @@ default one for the criterion. This makes it possible to match contents in ways that were not initially planned, or with sample fetch methods which return a string. The matching method also affects the way the patterns are parsed. So, it must not be used with sample fetches with a matching suffix (_beg, _end, -_sub...). In addition, specifying several "-m" pattern matching methods is now +_sub...). In addition, specifying several "-m" pattern matching methods is not allowed. The "-n" flag forbids the dns resolutions. It is used with the load of ip files.