diff options
author | alex <alex@FreeBSD.org> | 1997-05-15 00:51:08 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-05-15 00:51:08 +0000 |
commit | 860e1f01b9b567869899e364be5cedf1a6c76bd3 (patch) | |
tree | 22dc9c2da904febd44c6496e37f140c296d40b29 /sbin | |
parent | 87b96fe037bf4cd2123c99459fddc369f7668d43 (diff) | |
download | FreeBSD-src-860e1f01b9b567869899e364be5cedf1a6c76bd3.zip FreeBSD-src-860e1f01b9b567869899e364be5cedf1a6c76bd3.tar.gz |
Minor rewording of the examples section.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 7411b8c..8405a54 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -335,11 +335,12 @@ my host: .Pp .Dl ipfw addf deny all from 123.45.67.0/24 to my.host.org .Pp -Here is good usage of list command to see accounting records: +Here is a good usage of the list command to see accounting records +and timestamp information: .Pp .Dl ipfw -at l .Pp -or in short form +or in short form without timestamps: .Pp .Dl ipfw -a l .Pp |