git: a8bbce08731b - stable/15 - ipfw(8): Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 04:51:42 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=a8bbce08731b2b5a730a4a8689e9e9ea831e6334
commit a8bbce08731b2b5a730a4a8689e9e9ea831e6334
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-27 10:53:14 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-30 04:47:49 +0000
ipfw(8): Fix a typo in the manual page
- s/exept/except/
(cherry picked from commit 1e36ffffe21042983304290a5742ad7e0e0ffe05)
---
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 2d683286ed4e..05b88a5ad990 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1991,7 +1991,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
@@ -3541,7 +3541,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
@@ -4796,7 +4796,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