diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-22 08:41:57 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-22 08:41:57 +0000 |
commit | 6d881bfebae2b939fdd46259cc1f3504f87bad97 (patch) | |
tree | e0a097c5f7abf5b6c0671faf3821da6a104204b2 | |
parent | 0624c65a3553476c80e03aff0bed6ca4f7aff436 (diff) | |
download | FreeBSD-src-6d881bfebae2b939fdd46259cc1f3504f87bad97.zip FreeBSD-src-6d881bfebae2b939fdd46259cc1f3504f87bad97.tar.gz |
Fix a small grammar nit, with the maintainer's implicit approval.
-rw-r--r-- | sbin/natd/natd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index be1ac6f..9f8322f 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -306,9 +306,9 @@ in which case all new incoming packets go to the alias address set by or .Fl interface . .Pp -If this option is not used, or called with -.Dq 0.0.0.0 -argument, then all new incoming packets go to the address specified in +If this option is not used, or called with the argument +.Dq 0.0.0.0 , +then all new incoming packets go to the address specified in the packet. This allows external machines to talk directly to internal machines if they can route packets to the machine in question. |