Date: Fri, 1 Jul 2011 19:22:27 +0000 (UTC) From: Sergey Matveychuk <sem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223713 - head/sbin/natd Message-ID: <201107011922.p61JMRW3003550@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sem (ports committer) Date: Fri Jul 1 19:22:27 2011 New Revision: 223713 URL: http://svn.freebsd.org/changeset/base/223713 Log: Fix a typo. Approved by: kib Modified: head/sbin/natd/natd.8 Modified: head/sbin/natd/natd.8 ============================================================================== --- head/sbin/natd/natd.8 Fri Jul 1 18:31:59 2011 (r223712) +++ head/sbin/natd/natd.8 Fri Jul 1 19:22:27 2011 (r223713) @@ -473,7 +473,7 @@ This option is intended to be used with packets received on this port are checked against internal translation tables of every configured instance. If an entry is found, packet is aliased according to that entry. -In no entry was found in any of the instances, packet is passed +If no entry was found in any of the instances, packet is passed unchanged, and no new entry will be created. See the section .Sx MULTIPLE INSTANCES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107011922.p61JMRW3003550>