In Defined Parameters table, some notes are too long and hard to read.
Improves readability my transfering such notes to the bottom of table.
Signed-off-by: Leonardo Bras <leonardo@linux.ibm.com>
Some tables have extra unused rows allocated, likely due to an
incomplete reformatting at some point which grouped multiple rows
into a multi-line row entry instead of using explicit rows. Remove
these unused rows.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Each RTAS command has a corresponding table documenting input/output
values. The 1st column is either "In" or "Out", the 2nd is the
name of a parameter, and the 3rd is the description. Rather than
using equal widths for each, use 1*/2*/4* proportions to use the
table space a bit more efficiently. This reduces current document
size from 211 pages to 207.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
We currently have 5 columns where the last 2 are defined to only use
1% of the table width, causing the corresponding row entries to
overrun the table and use excessive vertical space. Define the
column widths as 1*/1*/1*/2*/2* instead, since the last 2 columns
are used for the value descriptions.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>