From bdavis@house.so14k.com  Sun Oct 24 01:16:01 2004
Return-Path: <bdavis@house.so14k.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7330616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Oct 2004 01:16:01 +0000 (GMT)
Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 257AE43D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Oct 2004 01:15:59 +0000 (GMT)
	(envelope-from bdavis@house.so14k.com)
Received: from localhost (localhost [127.0.0.1])
	by valentine.liquidneon.com (Postfix) with ESMTP id 3E3A8A66
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Oct 2004 19:15:58 -0600 (MDT)
Received: from valentine.liquidneon.com ([216.38.206.180])
 by localhost (valentine.liquidneon.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 26507-06 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 23 Oct 2004 19:15:57 -0600 (MDT)
Received: from mccaffrey.house.so14k.com (freebsd.so14k.com [216.87.87.128])
	by valentine.liquidneon.com (Postfix) with ESMTP id C7E96A60
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Oct 2004 19:15:57 -0600 (MDT)
Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001)
	id 92741DF3; Sat, 23 Oct 2004 19:15:57 -0600 (MDT)
Message-Id: <20041024011557.92741DF3@mccaffrey.house.so14k.com>
Date: Sat, 23 Oct 2004 19:15:57 -0600 (MDT)
From: Brad Davis <so14k@so14k.com>
Reply-To: Brad Davis <so14k@so14k.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Add missing device keywords to kernel entries for PF
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 01:20:17 GMT 2004
>Closed-Date:    Sun Oct 24 08:41:33 GMT 2004
>Last-Modified:  Sun Oct 24 08:41:33 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Sun Oct 24 08:40:22 GMT 2004 
State-Changed-Why:  
I committed the content changes.  I also used inline tags (literal ones) 
instead of block element tags.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73058 
>Unformatted:
