git: 1e289a12553d - main - ipfilter: Grammar fix for the ipfilter howto
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 15:37:40 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1e289a12553d405899896c7b5ba820b35eee0e95
commit 1e289a12553d405899896c7b5ba820b35eee0e95
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:37:28 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 15:37:28 +0000
ipfilter: Grammar fix for the ipfilter howto
- s/that that/that the/
MFC after: 3 days
---
share/examples/ipfilter/ipf-howto.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/examples/ipfilter/ipf-howto.txt b/share/examples/ipfilter/ipf-howto.txt
index 95b69dc57686..e15ae0fb2931 100644
--- a/share/examples/ipfilter/ipf-howto.txt
+++ b/share/examples/ipfilter/ipf-howto.txt
@@ -367,7 +367,7 @@ in on the tun0 interface?
block in quick on tun0 all
pass in all
-In this case, the on keyword means that that data is coming
+In this case, the on keyword means that the data is coming
in on the named interface. If a packet comes in on tun0,
the first rule will block it. If a packet comes in on lo0
or in on xl0, the first rule will not match, the second rule