diff options
author | maxim <maxim@FreeBSD.org> | 2004-05-23 19:05:59 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-05-23 19:05:59 +0000 |
commit | 2b2f469df0b622eeff37e7c139cd8d53258613c8 (patch) | |
tree | 2e0ff4aa15aef8a8499f8420c6fed123763d750a | |
parent | 0c8f1780d64808c3fb8349f76f7afc0a15b26738 (diff) | |
download | FreeBSD-src-2b2f469df0b622eeff37e7c139cd8d53258613c8.zip FreeBSD-src-2b2f469df0b622eeff37e7c139cd8d53258613c8.tar.gz |
o Fix usage example.
PR: docs/67065
Submitted by: David Syphers
-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 d7d0f0a..4265686 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -788,7 +788,7 @@ Matches all addresses with base and the mask of .Ar mask , specified as a dotted quad. -As an example, 1.2.3.4/255.0.255.0 will match +As an example, 1.2.3.4:255.0.255.0 will match 1.*.3.*. This form is advised only for non-contiguous masks. It is better to resort to the |