From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6BECDA0679 for ; Fri, 5 Apr 2019 10:20:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D586F1B479; Fri, 5 Apr 2019 10:20:55 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6BA781B478 for ; Fri, 5 Apr 2019 10:20:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CB2CA23152; Fri, 5 Apr 2019 04:20:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 04:20:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=ThU0FW7d9YBwix8/juWhtqFkQNKCbzEfEiokjwx9Ups=; b=gU1AZ3c0yfyy lR59gXTr+k58gq2PtQKkX9Vub6MgkrOp8jdODgfm+Edjv/0YBxqn2WYakq9A/6YQ w40lpYOwjASKKJ0SCQakkPc5RRCXmi+qvJBEyIAwHkkgl9WK1ohtwlnXYkCXVps9 +tsrdRqPxuNG2V7a1RrYyoJkA3Elzq0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=ThU0FW7d9YBwix8/juWhtqFkQNKCbzEfEiokjwx9U ps=; b=z44Z2lxdkpW+SPLKYdufmHW5o+9YA3CgY3c7n1fkkdfiY3dU1p2tTmOmP wcqxudxZmiZrDtViYgvttHO4bPazBhRlcePdanZ0wZuIrFjrLOSLpVExsaLH3BFk aa5SPNfvYu3mSLCLaeZVxM69HwE7vWold8LdmcE2bG/OBoLIR3r1nxjnFEcntq7r IqNJ4qQ2lZDZmzz08Zh0LB9YAYguI7lEv4QHXSYHGEr7pvyVmqcTHZEmRll7e2T1 erRAMcZ+if4Eopepd1WggNQOrWYMSpPMX7EIdNDWjyS5rVKPYplRdrdrmvEaLT/m qKMxXVg4zxPHMq9qOPluvK4YoOv9g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdejgddtudculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8348110319; Fri, 5 Apr 2019 04:20:52 -0400 (EDT) From: Thomas Monjalon To: Rami Rosen Cc: dev@dpdk.org, "Kovacevic, Marko" , "Pattan, Reshma" , "Varghese, Vipin" Date: Fri, 05 Apr 2019 10:20:51 +0200 Message-ID: <5082095.PzEsKbRbgP@xps> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66020AC2C1@IRSMSX104.ger.corp.intel.com> References: <20190322103651.11030-1-ramirose@gmail.com> <6DC05C7C5F25994B81B3F2F214251F66020AC2C1@IRSMSX104.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in procinfo 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" Message-ID: <20190405082051.E00XWc4nq7ZRplz1xO954UmpuFEXQJte9KPSAmZfHGA@z> 25/03/2019 11:20, Kovacevic, Marko: > > Subject: [PATCH] doc: fix a typo in procinfo guide > > > > This patch fixes a trivial info in proc info section. > > informationi=>information. > > > > Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") > > > > Signed-off-by: Rami Rosen > > Acked-by: Marko Kovacevic Marked as superseded because of the big patch made with aspell. Thanks