ipfw.8: Fix table example

Fix some erronous lines in the example section.

PR:		248943
Submitted by:	Jose Luis Duran
Reviewers:	ae, manpages (gbe)
Differential Revision: https://reviews.freebsd.org/D30191

(cherry picked from commit 802637be06)
This commit is contained in:
Lutz Donnerhacke 2021-05-10 20:31:52 +02:00
parent 137c43e13e
commit 72fe4684e0

View file

@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 21, 2020
.Dd May 11, 2021
.Dt IPFW 8
.Os
.Sh NAME
@ -4451,11 +4451,11 @@ Using the
.Cm fwd
action, the table entries may include hostnames and IP addresses.
.Pp
.Dl "ipfw table T2 create type addr ftype ip"
.Dl "ipfw table T2 create type addr valtype ipv4"
.Dl "ipfw table T2 add 192.168.2.0/24 10.23.2.1"
.Dl "ipfw table T21 add 192.168.0.0/27 router1.dmz"
.Dl "ipfw table T2 add 192.168.0.0/27 router1.dmz"
.Dl "..."
.Dl "ipfw add 100 fwd tablearg ip from any to table(1)"
.Dl "ipfw add 100 fwd tablearg ip from any to 'table(T2)'"
.Pp
In the following example per-interface firewall is created:
.Pp