From 47bc471a7edc64af396229493054c14134a264b5 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sun, 14 Oct 2007 09:12:46 +0000 Subject: [PATCH] o Fix a typo in ipfw table usage example. PR: docs/117172 Submitted by: novel MFC after: 1 week --- sbin/ipfw/ipfw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 2525f289e6f4..683deb3c953e 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -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