aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Kryvulia <shuriku@shurik.kiev.ua>2026-06-29 09:51:18 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-08-05 15:54:24 +0000
commit2cdb856e35fd3b4090714f905c640a9429abcc2a (patch)
tree83bd3967f62a923326683c777264259e5ff06de5
parent279fdaaf5ad7344a2c83a8dc13c59e13610fd4a4 (diff)
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)
-rw-r--r--share/man/man5/pf.conf.52
1 files changed, 1 insertions, 1 deletions
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