diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2026-01-12 16:17:56 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2026-01-14 06:44:43 +0000 |
| commit | 1550fcf802e3413e2ecb39fd81f7bff1c134c3f3 (patch) | |
| tree | f03c046bedb88d9342215f92cafba38111d2aee5 | |
| parent | 7af7d6d61d416e0c2a340ca7f6d03b2c4bd631f7 (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.5 | 2 |
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. |
