| Summary: | ipfw(8) doesn't explain list versus show. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gary W. Swearingen <swear> | ||||
| Component: | Books & Articles | Assignee: | Yar Tikhiy <yar> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->analyzed A somewhat different change committed to -current, thanks! Responsible Changed From-To: freebsd-doc->yar Luigi asked me to add users' suggestions to the ipfw(8) page. State Changed From-To: analyzed->closed Ipfw(8) in both -current and -stable describe "show" now, thanks! |
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 ================