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-06-29 09:52:44 +0000
commitbbc2d15857b8c44cf8558bf00663b508d421c94c (patch)
tree9fbe247e004d49e7aa77d3cbf81d20b04bbda68e
parent65251c43415aa0993b7d43962cbb71d772870c83 (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
-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 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