diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:53:14 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:53:14 +0000 |
| commit | 1e36ffffe21042983304290a5742ad7e0e0ffe05 (patch) | |
| tree | 20d03bdf061191bfbccbac5b529172d4cfad91dc | |
| parent | 0223ae33ad6dd29215bbb6efd041aa5b6c67dc1f (diff) | |
ipfw(8): Fix a typo in the manual page
- s/exept/except/
MFC after: 3 days
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 6 |
1 files 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 |
