Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 15:55:58 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Oleksandr Kryvulia <shuriku@shurik.kiev.ua>
Subject:   git: 2cdb856e35fd - stable/15 - pf.conf.5: Fix typo
Message-ID:  <6a735d0e.19458.1df8b2ec@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=2cdb856e35fd3b4090714f905c640a9429abcc2a

commit 2cdb856e35fd3b4090714f905c640a9429abcc2a
Author:     Oleksandr Kryvulia <shuriku@shurik.kiev.ua>
AuthorDate: 2026-06-29 09:51:18 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 15:54:24 +0000

    pf.conf.5: Fix typo
    
    Fix small typo in pf.conf(5)
    
    MFC after:              3 days
    Reviewed by:            ziaee
    Differential Revision:  https://reviews.freebsd.org/D57938
    
    (cherry picked from commit bbc2d15857b8c44cf8558bf00663b508d421c94c)
---
 share/man/man5/pf.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 4a049fda08ae..83f0239b78a6 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1457,7 +1457,7 @@ match in ... port 2000:2999 rdr-to ... port 4000
 .Ed
 redirects ports 2000 to 2999 (inclusive) to port 4000.
 .Bd -literal -offset indent
-qmatch in ... port 2000:2999 rdr-to ... port 4000:*
+match in ... port 2000:2999 rdr-to ... port 4000:*
 .Ed
 redirects port 2000 to 4000, 2001 to 4001, ..., 2999 to 4999.
 .El


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a735d0e.19458.1df8b2ec>