doc: fix VM power manager guide as PDF
authorThomas Monjalon <thomas@monjalon.net>
Tue, 25 Feb 2020 17:43:18 +0000 (18:43 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 25 Feb 2020 18:00:51 +0000 (19:00 +0100)
commitd7decefc37244adb1e1c40249b8eb147e0410360
tree42fa283d448fdcd30e159934e4a2d4d6ff674d6b
parent2e5e5d6ff869120e3af2cbdf76c257b79d25a64c
doc: fix VM power manager guide as PDF

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 <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
doc/guides/sample_app_ug/vm_power_management.rst