Date: Sat, 23 Oct 2004 19:15:57 -0600 (MDT) From: Brad Davis <so14k@so14k.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/73058: Add missing device keywords to kernel entries for PF Message-ID: <20041024011557.92741DF3@mccaffrey.house.so14k.com> Resent-Message-ID: <200410240120.i9O1KIMQ004037@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73058 >Category: docs >Synopsis: Add missing device keywords to kernel entries for PF >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: Sun Oct 24 01:20:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root@mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386 >Description: Add missing device keywords to kernel entries for PF >How-To-Repeat: >Fix: --- doc-ori/en_US.ISO8859-1/books/handbook/security/chapter.sgml Sat Oct 23 19:08:44 2004 +++ doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml Sat Oct 23 19:12:25 2004 @@ -3153,18 +3153,20 @@ device pflog device pfsync</screen> - <para><programlisting>pf</programlisting> tells the compile to include - Packet Filter as part of its core kernel.</para> + <para><programlisting>device pf</programlisting> tells the compile + to include Packet Filter as part of its core kernel.</para> - <para><programlisting>pflog</programlisting> enables the optional - &man.pflog.4; pseudo network device which can be used to log traffic - to a &man.bpf.4; descriptor. The &man.pflogd.8; daemon can be used to - store the logging information to disk.</para> + <para><programlisting>device pflog</programlisting> enables the + optional &man.pflog.4; pseudo network device which can be used + to log traffic to a &man.bpf.4; descriptor. The &man.pflogd.8; + daemon can be used to store the logging information to disk. + </para> - <para><programlisting>pfsync</programlisting> enables the optional - &man.pfsync.4; pseudo network device that is used to monitor - <quote>state changes</quote>. As this is not part of the loadable - module one has to build a custom kernel to use it.</para> + <para><programlisting>device pfsync</programlisting> enables the + optional &man.pfsync.4; pseudo network device that is used to + monitor <quote>state changes</quote>. As this is not part of the + loadable module one has to build a custom kernel to use it. + </para> <para>These settings will take affect only after you have built and installed a kernel with them set.</para> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041024011557.92741DF3>