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 71E81A055B; Tue, 25 Feb 2020 19:00:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3427A1F1C; Tue, 25 Feb 2020 19:00:26 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 25CEE3B5 for ; Tue, 25 Feb 2020 19:00:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582653624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=klfMqLsQcv4j2llc1UzAqDnZ6XFQjoGKPPuBc+6MSJI=; b=Q3nQKlKHGWGCfb844qhlCK9wzUs3UiRagqItoa0XaQQS4xFIh5hqojxo4us0Z4xM6I/BBs +BZIAeGP5xALhtRSQf+H2vrQou2VkRfFt+9Hqb74SvCZXt6IDHbwNZmyAqCt+zkWhd/xwz NCW98Sl87WM3aTATaIfBKCZ7yfp84/Y= Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-375-uKXpT4eQN1O-tdPKxoLQ_Q-1; Tue, 25 Feb 2020 13:00:23 -0500 X-MC-Unique: uKXpT4eQN1O-tdPKxoLQ_Q-1 Received: by mail-il1-f199.google.com with SMTP id l13so26484764ils.1 for ; Tue, 25 Feb 2020 10:00:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=blqI6BRw3aW4IDJZbmmLxa659pgw2I292+av/G9IqmE=; b=CdLsAOXabgb+4PjFJDfXar0O7smCcihclhSg0+BAqA0OYmT2MzP9E+lceu9qo/Qa9f 46PG1E3KRrtKsFOxpw7o+gi0kmWU4yYefNd9g1KqH32pw8Jvjy+FlzkhbD5POX+IOz0c ZD0/5WBfj6fHKU6bPE8n5M9uUGG5mcrqlle2WL0LCx9klxqQ9RbJj+5QNOIp3XUarzr5 OdbgNzRvYZ58WpRUXUKyeYuBKMapToeG9THF9I4+9kjUQL80CuSIL4AauGSVJuKGjQO1 1854QI9BjanZtqV4CbIBhV/fTC+81eTbv5hUdA6nsr15rnvA47mT8tobN75aLRjxJDSY tqjA== X-Gm-Message-State: APjAAAVIqk75b5WaQdI43vCd4idNe3e1aGLb+AaB+Ie27VT2fHeoJwbw acwqyojqf5cRwuGN8A5J6QEm3qRw027BOIMa8TTO6PIDpOUEsTPg+Ta4KwC24cFMa5sT7nLCpY4 +MmkFhB+Ek7ACtrVO+g8= X-Received: by 2002:a05:6e02:ea9:: with SMTP id u9mr69992444ilj.40.1582653622464; Tue, 25 Feb 2020 10:00:22 -0800 (PST) X-Google-Smtp-Source: APXvYqx8oxwcgLmL7cH+LyjdGpTOMN35tlzVz8V0rGSa0nlw/NuLgtkO45UgrBAXGoOzslDkPLvdK7hip/NHGl2QNso= X-Received: by 2002:a05:6e02:ea9:: with SMTP id u9mr69992431ilj.40.1582653622256; Tue, 25 Feb 2020 10:00:22 -0800 (PST) MIME-Version: 1.0 References: <20200225175820.1066888-1-thomas@monjalon.net> In-Reply-To: <20200225175820.1066888-1-thomas@monjalon.net> From: David Marchand Date: Tue, 25 Feb 2020 19:00:11 +0100 Message-ID: To: Thomas Monjalon Cc: dev , "Yigit, Ferruh" , "Iremonger, Bernard" , David Hunt , John McNamara , Marko Kovacevic X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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" 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 --=20 David Marchand