aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2023-03-29 15:34:26 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2023-03-29 15:34:26 +0000
commitbdb824317b45ec731d6a23a6b692845ae67e5187 (patch)
tree26acf26440a067378bc77ea8fc7b10d43df363a8 /share/man/man5
parentc98d13fbf9c9b75a49e48789932cd1395c95e7bf (diff)
downloadsrc-bdb824317b45ec731d6a23a6b692845ae67e5187.tar.gz
src-bdb824317b45ec731d6a23a6b692845ae67e5187.zip
pf.conf.5: typo fixes
PR: 270501 (partially)
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 2edce7f947eb..ca7c64d1cf83 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -670,7 +670,7 @@ The last matching rule decides what action is taken.
If no rule matches the packet, the default action is to pass
the packet.
.Pp
-The folliwing actions can be used in the filter:
+The following actions can be used in the filter:
.Bl -tag -width xxxx
.It Ar block
The packet is blocked.
@@ -712,7 +712,7 @@ keyword in
.Xr ifconfig 8 .
.It Ar bridge-to Aq interface
Packets matching this rule will be sent out of the specified interface without
-futher processing.
+further processing.
.It Ar proto Aq Ar protocol
This rule applies only to packets of this protocol.
Note that Ethernet protocol numbers are different from those used in
@@ -1418,7 +1418,7 @@ and
, the last matching rule decides what action is taken.
For
.Ar match
-, rules are evaulated every time they match; the pass/block state of a packet
+, rules are evaluated every time they match; the pass/block state of a packet
remains unchanged.
If no rule matches the packet, the default action is to pass
the packet.