From 883ec1954986157ebd3119f2dd63dadfc8017b2c Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 30 Oct 2020 00:34:40 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@367155 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/ipfilter/man/ipf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ipfilter/man/ipf.5 b/contrib/ipfilter/man/ipf.5 index 7ba0a9cdc..1e7cbee5a 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 -- 2.42.0