diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-07-14 01:21:42 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-07-14 01:21:42 +0000 |
commit | aaef159a0ad1c87097892bde12c665bb91a29eb1 (patch) | |
tree | 4f3ad64575fce7c79fe32fcc30174c20538eea24 /sbin | |
parent | 2a27d24f4905891266fa5f5bb1e00a8eac202ff0 (diff) |
Fixed typo (missing "any" in example rule).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipf/ipf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/ipf.5 b/sbin/ipf/ipf.5 index 495a16e5f9a..6bb78204762 100644 --- a/sbin/ipf/ipf.5 +++ b/sbin/ipf/ipf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.5,v 1.8 1997/04/09 11:44:27 kstailey Exp $ +.\" $OpenBSD: ipf.5,v 1.9 1997/07/14 01:21:41 angelos Exp $ .TH IPF 5 .SH NAME ipf \- IP packet filter rule syntax @@ -404,7 +404,7 @@ The "fall-through" rule parsing allows for effects such as this: .nf block in from any to any port < 6000 pass in from any to any port >= 6000 - block in from any to port > 6003 + block in from any to any port > 6003 .fi .PP which sets up the range 6000-6003 as being permitted and all others being |