From: Duncan Roe Date: Thu, 12 Oct 2017 07:24:11 +0000 (+1100) Subject: doc: nft.8 change "Native Address Translation" to "Network Address Translation" X-Git-Tag: v0.8.1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b7edd8d5812cac7f361c58dadcbedbaa4898e6;p=thirdparty%2Fnftables.git doc: nft.8 change "Native Address Translation" to "Network Address Translation" A Google search for "Native Address Translation" found 1 entry (http://encyclopedia2.thefreedictionary.com/Native+address+translation) which redirects to .../Network+address+translation. All other matches are to entries about "Network Address Translation". Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- diff --git a/doc/nft.xml b/doc/nft.xml index c7e12c9c8..86b4bd910 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -782,7 +782,7 @@ filter input iif $int_ifs accept nat ip, ip6 prerouting, input, output, postrouting - Chains of this type perform Native Address Translation based on conntrack entries. Only the first packet of a connection actually traverses this chain - its rules usually define details of the created conntrack entry (NAT statements for instance). + Chains of this type perform Network Address Translation based on conntrack entries. Only the first packet of a connection actually traverses this chain - its rules usually define details of the created conntrack entry (NAT statements for instance). route