diff options
author | 1997-07-14 01:21:41 +0000 | |
---|---|---|
committer | 1997-07-14 01:21:41 +0000 | |
commit | 690ba57d433184a14244f56430a152babcfeebf4 (patch) | |
tree | 204ff6c36d300fccde7d4dbb8b48c3d24c60266e | |
parent | Adjusted the spaces a bit. (diff) | |
download | wireguard-openbsd-690ba57d433184a14244f56430a152babcfeebf4.tar.xz wireguard-openbsd-690ba57d433184a14244f56430a152babcfeebf4.zip |
Fixed typo (missing "any" in example rule).
-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 |