git: bbc2d15857b8 - main - pf.conf.5: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 09:53:33 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbc2d15857b8c44cf8558bf00663b508d421c94c
commit bbc2d15857b8c44cf8558bf00663b508d421c94c
Author: Oleksandr Kryvulia <shuriku@shurik.kiev.ua>
AuthorDate: 2026-06-29 09:51:18 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-29 09:52:44 +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
---
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 978634e8afb7..8d230317c47b 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1470,7 +1470,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