From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH] doc: fix a typo in proc_info guide. Date: Thu, 5 Jan 2017 23:36:09 +0200 Message-ID: <1483652169-3692-1-git-send-email-rami.rosen@intel.com> Cc: Rami Rosen To: dev@dpdk.org Return-path: 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) 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** -- 1.9.1