aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2026-01-12 16:17:56 +0000
committerKristof Provost <kp@FreeBSD.org>2026-01-14 06:44:43 +0000
commit1550fcf802e3413e2ecb39fd81f7bff1c134c3f3 (patch)
treef03c046bedb88d9342215f92cafba38111d2aee5
parent7af7d6d61d416e0c2a340ca7f6d03b2c4bd631f7 (diff)
pf.conf.5: s/State Limiter/&s/ in .Ss
linked with the plural from other text, and matches "Source Limiters. From Atanas Vladimirov. Obtained from: OpenBSD, sthen <sthen@openbsd.org>, d4acfc5766 Sponsored by: Rubicon Communications, LLC ("Netgate")
-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 f8f440d7a5e5..6a778eed2214 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -2627,7 +2627,7 @@ Example:
.Bd -literal -offset indent
pass in proto tcp from any to any port www synproxy state
.Ed
-.Ss State Limiter
+.Ss State Limiters
State limiters provide a mechanism to limit the number of states created,
or the rate of state creation,
by a set of rules.