summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-10-30 00:34:40 +0000
committerCy Schubert <cy@FreeBSD.org>2020-10-30 00:34:40 +0000
commit691ac35b6ef98dd5d74dc615e90f449164011cb7 (patch)
tree4f213b02951f938b54f9bc37ed40b90056e72024
parentf809076fdbdbbdebfd0b11415b180664c5ba21f6 (diff)
downloadsrc-test2-691ac35b6ef98dd5d74dc615e90f449164011cb7.tar.gz
src-test2-691ac35b6ef98dd5d74dc615e90f449164011cb7.zip
MFC r367070:
Remove a random equal sign from the example. It should not be there. It's a syntax error. PR: 210303 Reported by: leventelist at gmail.com
Notes
Notes: svn path=/stable/10/; revision=367155
-rw-r--r--contrib/ipfilter/man/ipf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/man/ipf.5 b/contrib/ipfilter/man/ipf.5
index 7ba0a9cdca23..1e7cbee5afd8 100644
--- a/contrib/ipfilter/man/ipf.5
+++ b/contrib/ipfilter/man/ipf.5
@@ -355,7 +355,7 @@ block in proto tcp from any port >= 1024 to any port < 1024
pass in proto tcp from 10.1.0.0/24 to any port = 22
block out proto udp from any to 10.1.1.1 port = 135
pass in proto udp from 1.1.1.1 port = 123 to 10.1.1.1 port = 123
-pass in proto tcp from 127.0.0.0/8 to any port = 6000:6009
+pass in proto tcp from 127.0.0.0/8 to any port 6000:6009
.fi
.PP
If there is no desire to mention any specific source or destintion