diff mbox series

doc: nft.8 change "Native Address Translation" to "Network Address Translation"

Message ID 20171012072411.5339-1-duncan_roe@optusnet.com.au
State Accepted
Delegated to: Pablo Neira
Headers show
Series doc: nft.8 change "Native Address Translation" to "Network Address Translation" | expand

Commit Message

Duncan Roe Oct. 12, 2017, 7:24 a.m. UTC
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(-)

Comments

Pablo Neira Ayuso Oct. 17, 2017, 12:03 p.m. UTC | #1
On Thu, Oct 12, 2017 at 06:24:11PM +1100, Duncan Roe wrote:
> 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".

Applied, thanks Duncan.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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>