summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2002-01-02 20:16:15 +0000
committeryar <yar@FreeBSD.org>2002-01-02 20:16:15 +0000
commit59ca9f3607038f6a0ace86a98f6ca9a484836e7f (patch)
treedb28c816a9c550d4e9854c7b8cd636ebeca218eb /sbin/ipfw
parente643be615003e71160e5c647a908b06ccf14a058 (diff)
downloadFreeBSD-src-59ca9f3607038f6a0ace86a98f6ca9a484836e7f.zip
FreeBSD-src-59ca9f3607038f6a0ace86a98f6ca9a484836e7f.tar.gz
Clarify the "show" ipfw(8) command.
PR: docs/31263 Permitted by: luigi
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.88
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 792b82b..ec7d61a 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -155,9 +155,9 @@ The following options are available:
.Bl -tag -width indent
.It Fl a
While listing, show counter values.
-See also the
+The
.Cm show
-command.
+command just implies this option.
.It Fl d
While listing, show dynamic rules in addition to static ones.
.It Fl e
@@ -1241,6 +1241,10 @@ or in short form without timestamps:
.Pp
.Dl ipfw -a list
.Pp
+which is equivalent to:
+.Pp
+.Dl ipfw show
+.Pp
Next rule diverts all incoming packets from 192.168.2.0/24
to divert port 5000:
.Pp
OpenPOWER on IntegriCloud