diff options
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index d1e8d869794..4a09e31433a 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.542 2015/02/10 06:47:08 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.543 2015/02/12 01:29:14 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 10 2015 $ +.Dd $Mdocdate: February 12 2015 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -254,7 +254,9 @@ As with packets are logged to .Xr pflog 4 . .It Ar log Pq Ar matches -Used to force logging of this packet on all subsequent matching rules. +Log this packet on all subsequent matching rules, using the log settings +given here, in particular to the pflog interface specified here so that +regular pflogs are not clobbered. .It Ar log Pq Ar user Logs the UID and PID of the socket on the local host used to send or receive a packet, |