Clarify the "show" ipfw(8) command.

PR:		docs/31263
Permitted by:	luigi
This commit is contained in:
Yaroslav Tykhiy 2002-01-02 20:16:15 +00:00
parent 17dc85f4d0
commit 5b20d7fa96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88831

View File

@ -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