From owner-svn-src-all@FreeBSD.ORG Tue Apr 7 13:51:42 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DD7A10656E7; Tue, 7 Apr 2009 13:51:42 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 39BA58FC0C; Tue, 7 Apr 2009 13:51:42 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n37DpfET010296; Tue, 7 Apr 2009 13:51:41 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n37DpfRl010295; Tue, 7 Apr 2009 13:51:41 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <200904071351.n37DpfRl010295@svn.freebsd.org> From: Tom Rhodes Date: Tue, 7 Apr 2009 13:51:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190799 - head/sbin/ipfw X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 13:51:44 -0000 Author: trhodes Date: Tue Apr 7 13:51:41 2009 New Revision: 190799 URL: http://svn.freebsd.org/changeset/base/190799 Log: Remove contractions, reword a sentence to avoid a double negative, and bump document date for previous change. OKed by: piso Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8 ============================================================================== --- head/sbin/ipfw/ipfw.8 Tue Apr 7 13:42:53 2009 (r190798) +++ head/sbin/ipfw/ipfw.8 Tue Apr 7 13:51:41 2009 (r190799) @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 7, 2009 +.Dd April 5, 2009 .Dt IPFW 8 .Os .Sh NAME @@ -881,9 +881,10 @@ and which limit, respectively, the maximum number of processable fragments (default: 800) and the maximum number of fragments per packet (default: 16). .Pp -NOTA BENE: since fragments don't contain port numbers, beware not to use them whe issuing a +NOTA BENE: since fragments do not contain port numbers, they should be avoided with the .Nm reass -rule. Alternatively, direction-based (like +rule. +Alternatively, direction-based (like .Nm in / .Nm out