diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2026-01-12 15:56:37 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2026-01-14 06:44:41 +0000 |
| commit | 02126f8cb35ca66380a43a58143e0c37154a99d3 (patch) | |
| tree | 29712528d8d50bd65cdc612980da9d042bea9ae9 | |
| parent | e3319f91900b7184c0f9f33a24e3fb4440324fce (diff) | |
pf.conf.5: spelling
Obtained from: OpenBSD, jsg <jsg@openbsd.org>, 86739c769e
Sponsored by: Rubicon Communications, LLC ("Netgate")
| -rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index d4bd61f970ff..f8f440d7a5e5 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -2368,7 +2368,7 @@ block in proto icmp probability 20% .It Cm state limiter Ar name Use the specified state limiter to restrict the creation of states by this rule. -If capacity is not availabe, the rule does not match and evaluation +If capacity is not available, the rule does not match and evaluation of the ruleset continues. See the .Sx State Limiters @@ -2377,7 +2377,7 @@ section for more information. .It Cm source limiter Ar name Use the specified source limiter to restrict the creation of states by this rule. -If capacity is not availabe, the rule does not match and evaluation +If capacity is not available, the rule does not match and evaluation of the ruleset continues. See the .Sx Source Limiters @@ -2664,7 +2664,7 @@ Pass rules can specify a state limiter using the .Cm state limiter Ar name option. If the number of states allowed has hit the limit, the pass rule -does not match and ruleset evalation continues past it. +does not match and ruleset evaluation continues past it. .Pp An example use case for a state limiter is to restrict the number of connections allowed to a service that is accessible via multiple |
