diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:56:02 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:56:02 +0000 |
| commit | be8c82bc8e83570474afa78c07f7583bb6813046 (patch) | |
| tree | f50a6e30e91bd8381260fb1718471352f84492b7 | |
| parent | 050962ab04a68756b45ff967af42eb2541b0ff5f (diff) | |
natd(8): Fix a typo in the manual page
- s/appplications/applications/
MFC after: 3 days
| -rw-r--r-- | sbin/natd/natd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
