diff options
-rw-r--r-- | sbin/ipfw/ipfw.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 2525f28..683deb3 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 |