From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id AB2D614EC for ; Sun, 4 Nov 2018 22:41:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 388A2219FE; Sun, 4 Nov 2018 16:41:53 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 04 Nov 2018 16:41:53 -0500 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=eRmyVol16zb7ICI0Cs1tSSy8Z0hnmINr7uCP2LkXKtU=; b=S+lrSG6zWrIK 7Dao1SJKHO7Dj3Vt+boPjxEBjI7MBdHue/H4VVLEYPy2e7IA1n4vCi3e19zkFbdP i5YiIYDmQYm3EepbIBZT8CcaWRaiX+r34wSCRF9PMs0Drbz08nBKkRlOtoLqyI1q ONJH3YQKzqSzdgFLuNiLW4tI3aVPR1c= 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=fm1; bh=eRmyVol16zb7ICI0Cs1tSSy8Z0hnmINr7uCP2LkXK tU=; b=pYq2A9oFBpxZOIGw6mxFS8e8mjKJdxNPRRKipKQohA4AlB6e/TihV56dN HmQB+PucJtzfziZ34LWd6G2s3mK0M9oCq2lH9XhVcqlA0k5ITS/mvV4WhcU3gelU MW2VtFnr2E5QdBG+TXYN6d6ico0jeP+yD1xfd/pzOjqRToiA6SJddYCY/NCAMTpp sDOePpPW2svyV/vwx8aUyH/LV+DjpQPys0WrceOu053VYWOtFf8wTr1ao+N+RUGA pGp9S/cZAVGucTci/jpAMHivtx+7erPOz0c1mLKcl5tahytnNRNyLkgnWPtx3aT/ 7+cEKB/MmsX25GNrpaeYsgSLQ0+QA== X-ME-Sender: 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 1433E102EA; Sun, 4 Nov 2018 16:41:51 -0500 (EST) From: Thomas Monjalon To: "Kovacevic, Marko" Cc: dev@dpdk.org, "Mcnamara, John" , "ciara.power@intel.com" Date: Sun, 04 Nov 2018 22:41:51 +0100 Message-ID: <2418333.nJg3M8O879@xps> In-Reply-To: References: <20181102133808.43842-1-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix pdf build 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: , X-List-Received-Date: Sun, 04 Nov 2018 21:41:53 -0000 02/11/2018 17:31, Mcnamara, John: > From: Kovacevic, Marko > > PDF build was failing in the howto guides found the weird character > > causing the issue > > Acked-by: John McNamara Applied, thanks