docs/73058: Add missing device keywords to kernel entries for PF

Brad Davis so14k at so14k.com
Sun Oct 24 01:20:18 UTC 2004


>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 at 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:



More information about the freebsd-doc mailing list