Module Name:    src
Committed By:   wiz
Date:           Thu Aug 22 07:17:11 UTC 2013

Modified Files:
        src/share/man/man4: options.4
        src/share/man/man9: pfil.9

Log Message:
Remove PFIL_HOOKS references, code was unifdefed.
>From David H. Gutteridge in PR 48146.

Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.426 -r1.427 src/share/man/man4/options.4
cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/pfil.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.426 src/share/man/man4/options.4:1.427
--- src/share/man/man4/options.4:1.426	Mon Jul 22 13:56:46 2013
+++ src/share/man/man4/options.4	Thu Aug 22 07:17:11 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: options.4,v 1.426 2013/07/22 13:56:46 wiz Exp $
+.\"	$NetBSD: options.4,v 1.427 2013/08/22 07:17:11 wiz Exp $
 .\"
 .\" Copyright (c) 1996
 .\" 	Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd July 22, 2013
+.Dd August 22, 2013
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -1928,13 +1928,6 @@ the initial size can be set to some othe
 The initial TCP window size can be set via
 .Xr sysctl 8
 as well.
-.It Cd options PFIL_HOOKS
-This option turns on the packet filter interface hooks.
-See
-.Xr pfil 9
-for details.
-This option assumes
-.Em INET .
 .It Cd options IPFILTER_LOG
 This option, in conjunction with
 .Em pseudo-device ipfilter ,

Index: src/share/man/man9/pfil.9
diff -u src/share/man/man9/pfil.9:1.32 src/share/man/man9/pfil.9:1.33
--- src/share/man/man9/pfil.9:1.32	Mon Mar 22 18:58:33 2010
+++ src/share/man/man9/pfil.9	Thu Aug 22 07:17:11 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pfil.9,v 1.32 2010/03/22 18:58:33 joerg Exp $
+.\"	$NetBSD: pfil.9,v 1.33 2013/08/22 07:17:11 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 8, 2006
+.Dd August 22, 2013
 .Dt PFIL 9
 .Os
 .Sh NAME
@@ -137,12 +137,6 @@ or
 .It PFIL_WAITOK
 OK to call malloc with M_WAITOK.
 .El
-.Pp
-The
-.Nm
-interface is enabled in the kernel via the
-.Sy PFIL_HOOKS
-option.
 .Sh SEE ALSO
 .Xr bpf 4
 .Sh HISTORY

Reply via email to