From owner-freebsd-doc@FreeBSD.ORG Mon May 23 12:34:00 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90381106564A; Mon, 23 May 2011 12:34:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id 425428FC16; Mon, 23 May 2011 12:34:00 +0000 (UTC) Received: from [10.6.25.100] (cde1100.uni.vrs [10.6.25.100]) (Authenticated sender: ohauer) by u18-124.dslaccess.de (Postfix) with ESMTPSA id 9D70420404; Mon, 23 May 2011 14:33:55 +0200 (CEST) Message-ID: <4DDA5430.6070306@FreeBSD.org> Date: Mon, 23 May 2011 14:33:52 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: bcr@FreeBSD.org References: <201105231133.p4NBXtfb082468@freefall.freebsd.org> In-Reply-To: <201105231133.p4NBXtfb082468@freefall.freebsd.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/140369: [patch] src/contrib/pf/man/pf.4 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 12:34:00 -0000 On 2011-05-23 13:33, bcr@FreeBSD.org wrote: > Synopsis: [patch] src/contrib/pf/man/pf.4 > > State-Changed-From-To: open->closed > State-Changed-By: bcr > State-Changed-When: Mon May 23 11:29:31 UTC 2011 > State-Changed-Why: > The proposed fix is included in OpenBSD's pf man page. > It will be available in FreeBSD once we import their > latest version that also includes that man page. Close > this PR, knowing full well that it might take some time > before this fix will be available in FreeBSD as well. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=140369 Hm, whats the reason to not fix simple manpage? The API is implemented in FreeBSD and I have used DIOCKILLSTATES for example in the snortsam ssp_pf2.c module. The OpenBSD documentation is really good, but even the older one does not match the FreeBSD implementation in some places. I guess the next 7.x/ 8.x release will not include a never pf version, so why not fix existing documentation? Anyway thanks for looking into this Regards, olli