From c6a01512c623c0bff29f4c9783ef4e3bfa93607a Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Thu, 15 May 1997 00:51:08 +0000 Subject: [PATCH] Minor rewording of the examples section. --- sbin/ipfw/ipfw.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 7411b8cb427a..8405a545e679 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