diff options
author | rse <rse@FreeBSD.org> | 2003-09-26 12:22:28 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2003-09-26 12:22:28 +0000 |
commit | 47a24475307947eb35bd6d5da19e078bd3580fe8 (patch) | |
tree | fa3238d8b819240634630abcc990e883f78ed5f1 /sbin | |
parent | df8b28032a99895cf55ec4a805c93ef74430a1bd (diff) | |
download | FreeBSD-src-47a24475307947eb35bd6d5da19e078bd3580fe8.zip FreeBSD-src-47a24475307947eb35bd6d5da19e078bd3580fe8.tar.gz |
fix typo: s/sytem/system/
Diffstat (limited to 'sbin')
-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 c82612d..fea1094 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1944,7 +1944,7 @@ following to the top of a ruleset: .Dl "ipfw add deny ip from any to any not verrevpath in" .Pp This rule drops all incoming packets that appear to be coming to the -sytem on the wrong interface. For example, a packet with a source +system on the wrong interface. For example, a packet with a source address belonging to a host on a protected internal network would be dropped if it tried to enter the system from an external interface. .Ss DYNAMIC RULES |