diff options
author | mlaier <mlaier@FreeBSD.org> | 2004-09-26 16:10:40 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2004-09-26 16:10:40 +0000 |
commit | f00a812528fdcca55aa02731d0db2ffb6f80708d (patch) | |
tree | 90f3b4e3db5efb614ebf040f512f658e12667853 /contrib/pf | |
parent | b8a02a7b7648ac7ce29d84ba3068a5f931fc47ef (diff) | |
download | FreeBSD-src-f00a812528fdcca55aa02731d0db2ffb6f80708d.zip FreeBSD-src-f00a812528fdcca55aa02731d0db2ffb6f80708d.tar.gz |
PFIL_HOOKS is no longer an optional item.
Submitted by: Anders Hanssen
MFC after: 1 day
Diffstat (limited to 'contrib/pf')
-rw-r--r-- | contrib/pf/man/pf.4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4 index 053da27..f9dd361 100644 --- a/contrib/pf/man/pf.4 +++ b/contrib/pf/man/pf.4 @@ -28,14 +28,13 @@ .\" .\" $FreeBSD$ .\" -.Dd June 24, 2001 +.Dd September 26, 2001 .Dt PF 4 .Os .Sh NAME .Nm pf .Nd packet filter .Sh SYNOPSIS -.Cd "options PFIL_HOOKS" .Cd "device pf" .Sh DESCRIPTION Packet filtering takes place in the kernel. |