From 33db6004425ef290f12f305907cf8c961b8f8501 Mon Sep 17 00:00:00 2001 From: Baptiste Assmann Date: Sun, 6 Mar 2016 23:32:10 +0100 Subject: [PATCH] DOC: typo: ACL subdir match ACL subdir match is "-m dir" backport: 1.5 and above --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3