diff options
author | danny <danny@FreeBSD.org> | 1997-08-21 07:30:08 +0000 |
---|---|---|
committer | danny <danny@FreeBSD.org> | 1997-08-21 07:30:08 +0000 |
commit | dfd8a56d45857ac85826a069edc6965635664315 (patch) | |
tree | 52da1126c877021b7079c8f02439754315e52e0a /sbin | |
parent | 5f207d9786f1b228b04603b7df72f83da295c3ed (diff) | |
download | FreeBSD-src-dfd8a56d45857ac85826a069edc6965635664315.zip FreeBSD-src-dfd8a56d45857ac85826a069edc6965635664315.tar.gz |
Bring comment on '-a' flag in line with reality.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 1830b0b..d2cb292 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -96,8 +96,7 @@ needs. The following options are available: .Bl -tag -width flag .It Fl a -While listing, show counter values. This option is the only way to see -accounting records. +While listing, show counter values. See also ``show'' command. .It Fl f Don't ask for confirmation for commands that can cause problems if misused (ie; flush). |