diff options
author | 2009-04-07 13:40:18 +0000 | |
---|---|---|
committer | 2009-04-07 13:40:18 +0000 | |
commit | d67ddb1821fdd483faad97b68b8922bc0706d298 (patch) | |
tree | 93b703ac908d97cbaea23b7f34bd9538918da714 | |
parent | catch up with recent changes (scrub, match, ...); still a ways to go (diff) | |
download | wireguard-openbsd-d67ddb1821fdd483faad97b68b8922bc0706d298.tar.xz wireguard-openbsd-d67ddb1821fdd483faad97b68b8922bc0706d298.zip |
nits
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 92abbe719c0..f3bc3055335 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.413 2009/04/07 13:27:32 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.414 2009/04/07 13:40:18 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1086,7 +1086,7 @@ if no rule matches the packet, the default action is to pass the packet. For .Ar match , -actions are taken every time a rule matches; +actions are taken every time the rule matches; the pass/block state of a packet remains unchanged. .Pp The following actions can be used in the filter: |