From patchwork Thu Sep 29 12:39:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?6auY5bOw?= X-Patchwork-Id: 676619 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3slDh25P32z9s2Q for ; Thu, 29 Sep 2016 22:40:50 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754080AbcI2Mks (ORCPT ); Thu, 29 Sep 2016 08:40:48 -0400 Received: from smtpbg320.qq.com ([14.17.32.29]:50801 "EHLO smtpbg320.qq.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877AbcI2Mks (ORCPT ); Thu, 29 Sep 2016 08:40:48 -0400 X-QQ-mid: bizesmtp16t1475152794t8qnjrfx Received: from localhost.localdomain (unknown [123.56.230.35]) by esmtp4.qq.com (ESMTP) with id ; Thu, 29 Sep 2016 20:39:45 +0800 (CST) X-QQ-SSF: 01400000002000F0FG30B00A0000000 X-QQ-FEAT: uUcGM8V09o5Wd1UQoVh3vs5ViPuHJO/2V5fwRh3lHH33jVsjuQJLO47Y8cTBH uVmttGO4EpJat5vmaRTZMIwiU/PmP3DKeY14nMhsW5emwqf6JQMr6xGIlWJBQ/FXIHVi4YD cP3geaYnuylgLLofnMzblNYxt20xIhnbnxEART9pRzmx2G3uJNK5xGnofB1sOnTr1zyp/yS ESKq6kxT0aJOrCLyojsvAx5NL34UJqL/PN5ltXrdiJAaCi7qOsbgXiXCkALOAXV2Sa1a2vd R8zQ== X-QQ-GoodBg: 2 From: fgao@ikuai8.com To: pablo@netfilter.org, netfilter-devel@vger.kernel.org Cc: gfree.wind@gmail.com, Gao Feng Subject: [PATCH nft] doc: Fix wrong word in description of option "-n --numberic" Date: Thu, 29 Sep 2016 20:39:43 +0800 Message-Id: <1475152783-379-1-git-send-email-fgao@ikuai8.com> X-Mailer: git-send-email 1.9.1 X-QQ-SENDSIZE: 520 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org From: Gao Feng There is one wrong word in description of option "-n --numberic" in nft.xml. There are duplicated "used twice", and the former one should be "used once". Signed-off-by: Gao Feng --- doc/nft.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nft.xml b/doc/nft.xml index 3b215f8..bc09623 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -113,7 +113,7 @@ vi:ts=4 sw=4 Numeric output: Addresses and other information that might need network traffic to resolve to symbolic names - are shown numerically (default behaviour). When used twice, + are shown numerically (default behaviour). When used once, internet services are translated. When used twice, internet services and UIDs/GIDs are also shown numerically. When used three times, protocol numbers are also shown numerically.