diff options
author | maxim <maxim@FreeBSD.org> | 2007-10-14 09:12:46 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-10-14 09:12:46 +0000 |
commit | 23403e167c05c1c102b55a8fc5e0a956a9733bb7 (patch) | |
tree | 5bf3daaacf98825b99db219247f8a5f022138b92 | |
parent | 7f8124e3c0e1826ad93d057d94130e7b2d8646f8 (diff) | |
download | FreeBSD-src-23403e167c05c1c102b55a8fc5e0a956a9733bb7.zip FreeBSD-src-23403e167c05c1c102b55a8fc5e0a956a9733bb7.tar.gz |
o Fix a typo in ipfw table usage example.
PR: docs/117172
Submitted by: novel
MFC after: 1 week
-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 |