From: Baptiste Assmann Date: Sun, 6 Mar 2016 22:32:10 +0000 (+0100) Subject: DOC: typo: ACL subdir match X-Git-Tag: v1.7-dev3~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33db6004425ef290f12f305907cf8c961b8f8501;p=thirdparty%2Fhaproxy.git DOC: typo: ACL subdir match ACL subdir match is "-m dir" backport: 1.5 and above --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 7caf5f574c..d54459a0aa 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -11418,7 +11418,7 @@ different forms : - suffix match (-m end) : the patterns are compared with the end of the extracted string, and the ACL matches if any of them matches. - - subdir match (-m sub) : the patterns are looked up inside the extracted + - subdir match (-m dir) : the patterns are looked up inside the extracted string, delimited with slashes ("/"), and the ACL matches if any of them matches.