diff options
author | julian <julian@FreeBSD.org> | 2006-08-20 05:42:58 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2006-08-20 05:42:58 +0000 |
commit | 27a5402d3589944cbf6828c598161acd9e7eaa73 (patch) | |
tree | 9430a4f6f9f84995b4db27ea7062d1084f630541 /sbin/ipfw | |
parent | 82c5db3e416c4ef4585fdc7a1ec860aae08588c7 (diff) | |
download | FreeBSD-src-27a5402d3589944cbf6828c598161acd9e7eaa73.zip FreeBSD-src-27a5402d3589944cbf6828c598161acd9e7eaa73.tar.gz |
Fix typo.
Diffstat (limited to 'sbin/ipfw')
-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 9a746a0..ec70dd7 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -2391,7 +2391,7 @@ Then we classify traffic using a single rule: .Dl "ipfw pipe tablearg ip from table(1) to any" .Pp Using the -.Cn fwd +.Cm fwd action, the table entries may include hostnames and IP addresses. .Pp .Dl "ipfw table 1 add 192.168.2.0/24 10.23.2.1" |