Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2025 15:07:52 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: 9bf3979d1b17 - main - pfctl.8: Mention that -r does reverse DNS lookups for tables as well
Message-ID:  <202507071507.567F7qKU016509@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=9bf3979d1b17a2b019ed35ab661e44cc8a0f88ce

commit 9bf3979d1b17a2b019ed35ab661e44cc8a0f88ce
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-07-01 10:15:36 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-07-07 15:06:49 +0000

    pfctl.8: Mention that -r does reverse DNS lookups for tables as well
    
    OK benno
    
    Obtained from:  OpenBSD, kn <kn@openbsd.org>, 3ba17eef64
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sbin/pfctl/pfctl.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index c7fad58262dc..85294dda949f 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 30, 2025
+.Dd July 1, 2025
 .Dt PFCTL 8
 .Os
 .Sh NAME
@@ -401,7 +401,7 @@ Only print errors and warnings.
 Load only the filter rules present in the rule file.
 Other rules and options are ignored.
 .It Fl r
-Perform reverse DNS lookups on states when displaying them.
+Perform reverse DNS lookups on states and tables when displaying them.
 .It Fl s Ar modifier
 Show the filter parameters specified by
 .Ar modifier



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