Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2025 07:55:51 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6091e2aa9236 - main - pfctl.8: fix typo in reference to rc.conf variable
Message-ID:  <202503310755.52V7tpem046770@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=6091e2aa923617604f7333f26b54bab48d2c0aab

commit 6091e2aa923617604f7333f26b54bab48d2c0aab
Author:     Quentin Thébault <quentin.thebault@defenso.fr>
AuthorDate: 2025-03-29 13:12:17 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-03-31 07:51:08 +0000

    pfctl.8: fix typo in reference to rc.conf variable
    
    Reviewed by:    kp, @concussious, @ImAwsumm
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1630
---
 sbin/pfctl/pfctl.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 565cd8f7fd64..5029d8438ed7 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -82,7 +82,7 @@ Translation rules are described in
 .Xr pf.conf 5 .
 .Pp
 When the variable
-.Va pf
+.Va pf_enable
 is set to
 .Dv YES
 in



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