Fix a small error in the manual.

This commit is contained in:
Sam Hocevar 2016-01-13 05:24:44 +01:00
parent 9f490d550e
commit a01d7520ec
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ one of the allow rules for that forwarding rule, that connection is immediately
rejected, regardless of any other rules. </p>
<p> Deny rules which appear before the first forwarding rule are applied
globally: if the address of a new connection satisfies any of the global allow
globally: if the address of a new connection satisfies any of the global deny
rules, that connection is immediately rejected, regardless of any other rules.
</p>

View File

@ -82,7 +82,7 @@ rejected, regardless of any other rules.
.Pp
Deny rules which appear before the first forwarding rule are
applied globally: if the address of a new connection satisfies
any of the global allow rules, that connection
any of the global deny rules, that connection
is immediately rejected, regardless of any other rules.
.Pp
Deny rules which appear after a specific forwarding rule apply