The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=be8c82bc8e83570474afa78c07f7583bb6813046
commit be8c82bc8e83570474afa78c07f7583bb6813046 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-06-27 10:56:02 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-06-27 10:56:02 +0000 natd(8): Fix a typo in the manual page - s/appplications/applications/ MFC after: 3 days --- 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
