From patchwork Thu Oct 12 07:24:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Duncan Roe X-Patchwork-Id: 824710 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netfilter-devel-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yCMmY6PKPz9t2m for ; Thu, 12 Oct 2017 18:24:29 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751302AbdJLHYZ (ORCPT ); Thu, 12 Oct 2017 03:24:25 -0400 Received: from mail104.syd.optusnet.com.au ([211.29.132.246]:49757 "EHLO mail104.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdJLHYY (ORCPT ); Thu, 12 Oct 2017 03:24:24 -0400 Received: from dimstar.local.net (c220-239-36-238.eburwd6.vic.optusnet.com.au [220.239.36.238]) by mail104.syd.optusnet.com.au (Postfix) with SMTP id A3A78428E2B for ; Thu, 12 Oct 2017 18:24:12 +1100 (AEDT) Received: (qmail 5380 invoked by uid 501); 12 Oct 2017 07:24:11 -0000 From: Duncan Roe To: netfilter-devel@vger.kernel.org Subject: [PATCH] doc: nft.8 change "Native Address Translation" to "Network Address Translation" Date: Thu, 12 Oct 2017 18:24:11 +1100 Message-Id: <20171012072411.5339-1-duncan_roe@optusnet.com.au> X-Mailer: git-send-email 2.9.0 X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=cK6QihWN c=1 sm=1 tr=0 a=Lz6daQpGLaVeCpevBZ62wQ==:117 a=Lz6daQpGLaVeCpevBZ62wQ==:17 a=02M-m0pO-4AA:10 a=vGY7XakPAAAA:8 a=PO7r1zJSAAAA:8 a=KrLocMA_StotJ9i-eGEA:9 a=B3xdNNUuAud6RZKI:21 a=SgubLJUfwzpEMMLB:21 a=0e3HymMlYlAA:10 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org 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 --- 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 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