25/02/2020 19:00, David Marchand: > On Tue, Feb 25, 2020 at 6:58 PM Thomas Monjalon <tho...@monjalon.net> 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 <tho...@monjalon.net> > > Acked-by: David Marchand <david.march...@redhat.com>
Applied