git: bdb824317b45 - main - pf.conf.5: typo fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 15:36:50 UTC
The branch main has been updated by maxim:
URL: https://cgit.FreeBSD.org/src/commit/?id=bdb824317b45ec731d6a23a6b692845ae67e5187
commit bdb824317b45ec731d6a23a6b692845ae67e5187
Author: Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2023-03-29 15:34:26 +0000
Commit: Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2023-03-29 15:34:26 +0000
pf.conf.5: typo fixes
PR: 270501 (partially)
---
share/man/man5/pf.conf.5 | 6 +++---
1 file 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.