* [PATCH] doc: nft.8 change "Native Address Translation" to "Network Address Translation"
@ 2017-10-12 7:24 Duncan Roe
2017-10-17 12:03 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Duncan Roe @ 2017-10-12 7:24 UTC (permalink / raw)
To: netfilter-devel
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>
---
doc/nft.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/nft.xml b/doc/nft.xml
index c7e12c9..86b4bd9 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>
--
2.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-17 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 7:24 [PATCH] doc: nft.8 change "Native Address Translation" to "Network Address Translation" Duncan Roe
2017-10-17 12:03 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).