From owner-freebsd-doc Sun Oct 14 11:20: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC7B437B40B for ; Sun, 14 Oct 2001 11:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EIK0133065; Sun, 14 Oct 2001 11:20:00 -0700 (PDT) (envelope-from gnats) Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 66CF037B401 for ; Sun, 14 Oct 2001 11:17:18 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 0F28ABCF2 for ; Sun, 14 Oct 2001 11:17:18 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id LAA03653 for ; Sun, 14 Oct 2001 11:17:17 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f9EIGU756974; Sun, 14 Oct 2001 11:16:30 -0700 (PDT) (envelope-from swear@blarg.net) Message-Id: <9i669iqe81.69i@localhost.localdomain> Date: 14 Oct 2001 11:16:30 -0700 From: "Gary W. Swearingen" To: FreeBSD-gnats-submit@freebsd.org Subject: docs/31263: ipfw(8) doesn't explain list versus show. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31263 >Category: docs >Synopsis: ipfw(8) doesn't explain list versus show. >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: Sun Oct 14 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 4.4-RELEASE i386 >Organization: none >Environment: n/a ================ >Description: ipfw(8) doesn't explain the difference between list and show and the "-a" description references a non-existant description of "show". ================ >How-To-Repeat: n/a ================ >Fix: ## Add this: (The show command is the same as the list command with an implied -a.) ## and change "-a" to: -a With the list command, show counter values. With the show com- mand, it is redundant. ## patch -d "unknown uncompressed man directory" < this-PR --- orig-ipfw.8 Thu Aug 9 08:28:29 2001 +++ ipfw.8 Thu Aug 9 09:12:14 2001 @@ -140,6 +140,14 @@ and .Cm list commands. +.Po +The +.Cm show +command is the same as the +.Cm list +command with an implied +.Fl a\&. +.Pc Finally, counters can be reset with the .Cm zero and @@ -149,10 +157,11 @@ The following options are available: .Bl -tag -width indent .It Fl a -While listing, show counter values. -See also the +With the +.Cm list +command, show counter values. With the .Cm show -command. +command, it is redundant. .It Fl f Don't ask for confirmation for commands that can cause problems if misused, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message