diff options
-rw-r--r-- | sbin/ipfw/ipfw.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 475a746..3fcfb58 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -500,12 +500,11 @@ keywords mean any protocol will match. .Pp Specifying .Cm any -makes the rule match any IP number. +makes the rule match any IP address. .Pp Specifying .Cm me -makes the rule match any IP number configured on an interface in the system. -This is a computationally semi-expensive check which should be used with care. +makes the rule match any IP address configured on an interface in the system. .Pp The .Aq Ar address Ns / Ns Ar mask |