The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=1e36ffffe21042983304290a5742ad7e0e0ffe05
commit 1e36ffffe21042983304290a5742ad7e0e0ffe05 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-06-27 10:53:14 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-06-27 10:53:14 +0000 ipfw(8): Fix a typo in the manual page - s/exept/except/ MFC after: 3 days --- sbin/ipfw/ipfw.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index b01982ff4c53..0f88810b69a2 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1989,7 +1989,7 @@ certain packet fields. The .Ar bitmask allows to implement wildcard lookups by inserting into table masked prefix and -appying +applying .Ar bitmask upon each lookup. .Pp @@ -3539,7 +3539,7 @@ NAT). Each connection from a particular internal address:port to different external addresses:ports is mapped to a random and unpredictable NAT address:port. -Two appplications behind EDM NATs can only connect to each other +Two applications behind EDM NATs can only connect to each other by port forwarding on the NAT, or tunnelling through an in-between server. .El .Pp @@ -4789,7 +4789,7 @@ ipfw table mynats add 0.0.0.1 11 ipfw table mynats add 0.0.0.2 12 ipfw table mynats add 0.0.0.3 13 -# In -> Out NAT, zero out all bits in a client's IP exept +# In -> Out NAT, zero out all bits in a client's IP except # 2 least significant prior to table lookup ipfw add nat tablearg ip from 10.0.0.0/24 to any lookup src-ip4:0.0.0.3 mynats
