# HG changeset patch # User Matthew Wild # Date 1774532496 0 # Node ID 74774ec3af1d7f81a2f1e29d314fd59c8e3d44af # Parent b15601203d0d18f4cd2d40b53c80dcb6f57bd7ce mod_firewall: Fix MAY syntax in documentation diff -r b15601203d0d -r 74774ec3af1d mod_firewall/README.md --- a/mod_firewall/README.md Thu Mar 26 13:33:44 2026 +0000 +++ b/mod_firewall/README.md Thu Mar 26 13:41:36 2026 +0000 @@ -495,7 +495,7 @@ Condition Description ----------------------- -------------------------------------------------------------------- - `MAY=permission` Checks whether 'permission' is allowed in the current context. + `MAY: permission` Checks whether 'permission' is allowed in the current context. As with all other conditions, `MAY` can be combined with `NOT` to negate the result of the check.