o Fix a typo in ipfw table usage example.

PR:		docs/117172
Submitted by:	novel
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2007-10-14 09:12:46 +00:00
parent 56ae331013
commit 47bc471a7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172627

View File

@ -2456,7 +2456,7 @@ Then we classify traffic using a single rule:
.Dl "ipfw table 1 add 192.168.0.0/27 4"
.Dl "ipfw table 1 add 192.168.0.2 1"
.Dl "..."
.Dl "ipfw pipe tablearg ip from table(1) to any"
.Dl "ipfw add pipe tablearg ip from table(1) to any"
.Pp
Using the
.Cm fwd