Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 04:51:46 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f51949d1ac66 - stable/15 - natd(8): Fix a typo in the manual page
Message-ID:  <6a434b62.3ccd7.106505d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

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

commit f51949d1ac664c9e49f798caedac14278627694f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-27 10:56:02 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-30 04:48:42 +0000

    natd(8): Fix a typo in the manual page
    
    - s/appplications/applications/
    
    (cherry picked from commit be8c82bc8e83570474afa78c07f7583bb6813046)
---
 sbin/natd/natd.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8
index 8beff2e66b6a..835c8d9bc724 100644
--- a/sbin/natd/natd.8
+++ b/sbin/natd/natd.8
@@ -133,7 +133,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.
 .It Fl verbose | v
 Do not call


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a434b62.3ccd7.106505d>