docs/65687: Wrong kernel option syntax in pf.4

Sergey Matveychuk sem at ciam.ru
Sat Apr 17 23:20:10 UTC 2004


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



More information about the freebsd-doc mailing list