summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2017-10-12 18:24:11 +1100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-10-17 14:02:47 +0200
commit64b7edd8d5812cac7f361c58dadcbedbaa4898e6 (patch)
tree661bee8437dd3234ce457974c6d3f6bba5ea2702
parent07d44073c30e98a407653137360762245f270511 (diff)
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 <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--doc/nft.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index c7e12c9c..86b4bd91 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -782,7 +782,7 @@ filter input iif $int_ifs accept
<entry>nat</entry>
<entry>ip, ip6</entry>
<entry>prerouting, input, output, postrouting</entry>
- <entry>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).</entry>
+ <entry>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).</entry>
</row>
<row>
<entry>route</entry>