From patchwork Thu Jan 5 21:36:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 18948 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id AF0DA3777; Thu, 5 Jan 2017 22:35:31 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 216562B91 for ; Thu, 5 Jan 2017 22:35:28 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 05 Jan 2017 13:35:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="805600388" Received: from imail001.iil.intel.com ([10.184.207.12]) by FMSMGA003.fm.intel.com with ESMTP; 05 Jan 2017 13:35:27 -0800 Received: from rubyhost.iil.intel.com (rubyhost.iil.intel.com [143.185.141.69]) by imail001.iil.intel.com with ESMTP id v05LZOCX018192; Thu, 5 Jan 2017 23:35:24 +0200 From: Rami Rosen To: dev@dpdk.org Cc: Rami Rosen Date: Thu, 5 Jan 2017 23:36:09 +0200 Message-Id: <1483652169-3692-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] doc: fix a typo in proc_info guide. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch fixes a typo in proc_info guide (tools), doc/guides/tools/proc_info.rst. Signed-off-by: Rami Rosen --- doc/guides/tools/proc_info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.rst index baaf977..fd17e27 100644 --- a/doc/guides/tools/proc_info.rst +++ b/doc/guides/tools/proc_info.rst @@ -56,7 +56,7 @@ The stats parameter controls the printing of generic port statistics. If no port mask is specified stats are printed for all DPDK ports. **--xstats** -The stats parameter controls the printing of extended port statistics. If no +The xstats parameter controls the printing of extended port statistics. If no port mask is specified xstats are printed for all DPDK ports. **--stats-reset**