From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EEF66A055B; Tue, 25 Feb 2020 19:03:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C34A51BC24; Tue, 25 Feb 2020 19:03:22 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AC8C21F1C for ; Tue, 25 Feb 2020 19:03:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 44D672214E; Tue, 25 Feb 2020 13:03:21 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 25 Feb 2020 13:03:21 -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=9AbtWl0kmjV2NFbADH1Q5Uc+R/3HYt0YM0+j/+wPpv8=; b=LGX4C3XrzeNS vjzeIL1oVBl2uzYnbto0URZR96g+CtXlCAFu194XLkCWm5KvG11ZMtA5I9xHN/I2 UXzQp268tw+hVxUh3Q/oA0ppKamCwYi2nXiVB3ZQBacipNH6pTgCzL7oB3jmdhFD k063+vemc6luz+dRVmCDVU0+jq5tGdI= 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=9AbtWl0kmjV2NFbADH1Q5Uc+R/3HYt0YM0+j/+wPp v8=; b=VC1R/11VbsP/lalwJxsHxp5aktiaLDTe5P1HfiPjmgXZmzJWBK/E1hqL/ VZW2edql/5BaO3kSNkuO00zkmzkbF422BfoOxFHV5qGyX9Jx9Q33S9anZh5THwlq 05lCIVjqkS9KXPRpZ9velOWFQiku5c5qe9b2O6zlkAnvrdt4f+/1TUo3zR8goW6D acv//Ub2R8E6MpmKmGzUr++EYwKRCf7qVA2vBUOo8cP1k+Qi0BgHAgN9LlklAqcd OI7dUPfwnKXFN0duli5P2rPzjM8qi7QqCVFC4xFcEmhGXOP+MfULzmDaUc73FSBu rSV9jJhuDgS6XoZ3AFUfq23gL+oJw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrledvgddutdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 438873060BD1; Tue, 25 Feb 2020 13:03:20 -0500 (EST) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, "Yigit, Ferruh" , "Iremonger, Bernard" , John McNamara , Marko Kovacevic , David Marchand Date: Tue, 25 Feb 2020 19:03:19 +0100 Message-ID: <5633295.GJh79HuArf@xps> In-Reply-To: References: <20200225175820.1066888-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix VM power manager guide as PDF 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" 25/02/2020 19:00, David Marchand: > On Tue, Feb 25, 2020 at 6:58 PM Thomas Monjalon wrote: > > > > When generating PDF with on an old system, > > there are failures because of long tables: > > > > vm_power_management.rst:420: ERROR: Malformed table. > > Column span alignment problem in table line 5. > > vm_power_management.rst:545: ERROR: Malformed table. > > Column span alignment problem in table line 5. > > vm_power_management.rst:754: ERROR: Malformed table. > > Column span alignment problem in table line 5. > > > > The tables (having only two columns) are replaced > > with the more appropriate definition lists. > > > > Fixes: 30d3aa861db5 ("doc: rework VM power manager user guide") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: David Marchand Applied