Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man Remove PFIL_HOOKS references, code was unifdefed.



details:   https://anonhg.NetBSD.org/src/rev/6d02b1926508
branches:  trunk
changeset: 789561:6d02b1926508
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Aug 22 07:17:11 2013 +0000

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

Bump date.

diffstat:

 share/man/man4/options.4 |  11 ++---------
 share/man/man9/pfil.9    |  10 ++--------
 2 files changed, 4 insertions(+), 17 deletions(-)

diffs (63 lines):

diff -r f99f259f314b -r 6d02b1926508 share/man/man4/options.4
--- a/share/man/man4/options.4  Thu Aug 22 07:14:38 2013 +0000
+++ b/share/man/man4/options.4  Thu Aug 22 07:17:11 2013 +0000
@@ -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 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 ,
diff -r f99f259f314b -r 6d02b1926508 share/man/man9/pfil.9
--- a/share/man/man9/pfil.9     Thu Aug 22 07:14:38 2013 +0000
+++ b/share/man/man9/pfil.9     Thu Aug 22 07:17:11 2013 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index