Bug 31263

Summary: ipfw(8) doesn't explain list versus show.
Product: Documentation Reporter: Gary W. Swearingen <swear>
Component: Books & ArticlesAssignee: Yar Tikhiy <yar>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gary W. Swearingen 2001-10-14 19:20:00 UTC
ipfw(8) doesn't explain the difference between list and show
and the "-a" description references a non-existant description
of "show".
================

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
How-To-Repeat: n/a
================
Comment 1 Yar Tikhiy freebsd_committer freebsd_triage 2002-01-02 20:16:46 UTC
State Changed
From-To: open->analyzed

A somewhat different change committed to -current, thanks! 


Comment 2 Yar Tikhiy freebsd_committer freebsd_triage 2002-01-02 20:16:46 UTC
Responsible Changed
From-To: freebsd-doc->yar

Luigi asked me to add users' suggestions to the ipfw(8) page.
Comment 3 Yar Tikhiy freebsd_committer freebsd_triage 2002-01-22 10:40:20 UTC
State Changed
From-To: analyzed->closed

Ipfw(8) in both -current and -stable describe "show" now, thanks!