From owner-svn-src-head@FreeBSD.ORG Wed Apr 8 17:46:46 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EBEA1065679; Wed, 8 Apr 2009 17:46:46 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1C93A8FC20; Wed, 8 Apr 2009 17:46:46 +0000 (UTC) (envelope-from maxim@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 n38HkkcT067821; Wed, 8 Apr 2009 17:46:46 GMT (envelope-from maxim@svn.freebsd.org) Received: (from maxim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n38Hkjrt067820; Wed, 8 Apr 2009 17:46:45 GMT (envelope-from maxim@svn.freebsd.org) Message-Id: <200904081746.n38Hkjrt067820@svn.freebsd.org> From: Maxim Konovalov Date: Wed, 8 Apr 2009 17:46:45 +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: r190851 - head/sbin/ipfw X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 17:46:47 -0000 Author: maxim Date: Wed Apr 8 17:46:45 2009 New Revision: 190851 URL: http://svn.freebsd.org/changeset/base/190851 Log: o Grammar. Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8 ============================================================================== --- head/sbin/ipfw/ipfw.8 Wed Apr 8 16:19:50 2009 (r190850) +++ head/sbin/ipfw/ipfw.8 Wed Apr 8 17:46:45 2009 (r190851) @@ -200,7 +200,7 @@ and commands. .Pp .Ss COMMAND OPTIONS -The following genral options are available when invoking +The following general options are available when invoking .Nm : .Bl -tag -width indent .It Fl a @@ -594,7 +594,7 @@ The tag acts as an internal marker (it i the wire) that can be used to identify these packets later on. This can be used, for example, to provide trust between interfaces and to start doing policy-based filtering. -A packet can have mutiple tags at the same time. +A packet can have multiple tags at the same time. Tags are "sticky", meaning once a tag is applied to a packet by a matching rule it exists until explicit removal. Tags are kept with the packet everywhere within the kernel, but are @@ -1213,7 +1213,7 @@ the given FIB (routing table) number. Matches IPv6 packets containing any of the flow labels given in .Ar labels . .Ar labels -is a comma seperate list of numeric flow labels. +is a comma separated list of numeric flow labels. .It Cm frag Matches packets that are fragments and not the first fragment of an IP datagram.