The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a86b5a2cba3c205e1d96a9dff0c150e1815306f3

commit a86b5a2cba3c205e1d96a9dff0c150e1815306f3
Author:     Kristof Provost <k...@freebsd.org>
AuthorDate: 2025-07-09 15:31:03 +0000
Commit:     Kristof Provost <k...@freebsd.org>
CommitDate: 2025-07-18 07:33:30 +0000

    pf.conf.5: add missing commas between subordinate and main clauses
    
    jmc@ dislikes a comma before "then" in a conditional, so leave those
    untouched.
    
    ok jmc@
    
    Obtained from:  OpenBSD, naddy <na...@openbsd.org>, 41ce3b17e7
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 share/man/man5/pf.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 5a9d8f350739..8954e872c231 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1387,7 +1387,7 @@ part of the new destination address according to the 
specified subnet.
 It is possible to embed a complete IPv4 address into an IPv6 address
 using a network prefix of /96 or smaller.
 .Pp
-When a destination address is not specified it is assumed that the host
+When a destination address is not specified, it is assumed that the host
 part is 32-bit long.
 For IPv6 to IPv4 translation this would mean using only the lower 32
 bits of the original IPv6 destination address.
@@ -3112,7 +3112,7 @@ rule can also contain a filter ruleset in a 
brace-delimited block.
 In that case, no separate loading of rules into the anchor
 is required.
 Brace delimited blocks may contain rules or other brace-delimited blocks.
-When an anchor is populated this way the anchor name becomes optional.
+When an anchor is populated this way, the anchor name becomes optional.
 .Bd -literal -offset indent
 anchor "external" on $ext_if {
        block

Reply via email to