Date: Sun, 18 Apr 2004 03:18:16 +0400 From: Sergey Matveychuk <sem@ciam.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mlaier@FreeBSD.org Subject: docs/65687: Wrong kernel option syntax in pf.4 Message-ID: <E1BEz4i-0000ZT-5F@Current.sem-home.ciam.ru> Resent-Message-ID: <200404172320.i3HNKAPH040364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65687 >Category: docs >Synopsis: Wrong kernel option syntax in pf.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 17 16:20:10 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #5: Fri Mar 12 03:47:38 MSK 2004 root@Current.sem-home.ciam.ru:/usr/obj/usr/src/sys/CURRENT i386 >Description: pseudo-device syntax is obsoleted now. kernel will not be compiled without 'options PFIL_HOOKS'. Mention it. >How-To-Repeat: >Fix: --- pf.4.diff begins here --- --- pf.4.orig Sun Apr 18 02:13:37 2004 +++ pf.4 Sun Apr 18 02:15:44 2004 @@ -33,7 +33,8 @@ .Nm pf .Nd packet filter .Sh SYNOPSIS -.Cd "pseudo-device pf 1" +.Cd "options PFIL_HOOKS" +.Cd "device pf" .Sh DESCRIPTION Packet filtering takes place in the kernel. A pseudo-device, --- pf.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BEz4i-0000ZT-5F>