Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:53:43 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5a77352077bf - stable/12 - ipfilter: Grammar fix for the ipfilter howto
Message-ID:  <202209070753.2877rhOV080381@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5a77352077bf9d85713c8fdc539f67464593fedf

commit 5a77352077bf9d85713c8fdc539f67464593fedf
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:37:28 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:53:19 +0000

    ipfilter: Grammar fix for the ipfilter howto
    
    - s/that that/that the/
    
    (cherry picked from commit 1e289a12553d405899896c7b5ba820b35eee0e95)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070753.2877rhOV080381>