Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2026 10:59:56 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1e36ffffe210 - main - ipfw(8): Fix a typo in the manual page
Message-ID:  <6a3fad2c.39228.4c21580c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

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

commit 1e36ffffe21042983304290a5742ad7e0e0ffe05
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-27 10:53:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3fad2c.39228.4c21580c>