doc/other.xml: Make table of configuration instructions less ugly.
authorIan Abbott <abbotti@mev.co.uk>
Wed, 25 Apr 2012 17:34:54 +0000 (18:34 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 25 Apr 2012 17:34:54 +0000 (18:34 +0100)
The PDF output of the table of configurations was awful.  Fiddled with
the column widths a bit and simplified the layout "Meanings of data[1],..."
column to allow it to wrap.

doc/other.xml

index d3f0f8adb6a96ab373abccdf548d9c3a66936934..563a889eedbd11a9485f5ec2ec99ea7a5676da17 100644 (file)
@@ -383,6 +383,10 @@ each type of configuration instruction.
 
 <informaltable>
 <tgroup cols='4' align='left'>
 
 <informaltable>
 <tgroup cols='4' align='left'>
+<colspec colwidth='4*' />
+<colspec colwidth='4*' />
+<colspec colwidth='1*' />
+<colspec colwidth='4*' />
 <thead>
 <row>
 <entry>data[0]</entry>
 <thead>
 <row>
 <entry>data[0]</entry>
@@ -427,11 +431,7 @@ bitwise or'd with the CR_ALT_SOURCE flag.
 </entry>
 <entry>2</entry>
 <entry>
 </entry>
 <entry>2</entry>
 <entry>
-<simplelist type='vert' columns='1'>
-<member>
 data[1]: alternate input source.
 data[1]: alternate input source.
-</member>
-</simplelist>
 </entry>
 </row>
 <row>
 </entry>
 </row>
 <row>
@@ -446,13 +446,9 @@ interrupted with a new chunk of data.
 </entry>
 <entry>2</entry>
 <entry>
 </entry>
 <entry>2</entry>
 <entry>
-<simplelist type='vert' columns='1'>
-<member>
 data[1]: The desired block size in bytes.  The actual configured block size is
 writen back to data[1] after the instruction completes.  This instruction
 acts purely as a query if the block size is set to zero.
 data[1]: The desired block size in bytes.  The actual configured block size is
 writen back to data[1] after the instruction completes.  This instruction
 acts purely as a query if the block size is set to zero.
-</member>
-</simplelist>
 </entry>
 </row>
 <row>
 </entry>
 </row>
 <row>
@@ -464,11 +460,7 @@ than to use this instruction directly.
 </entry>
 <entry>2</entry>
 <entry>
 </entry>
 <entry>2</entry>
 <entry>
-<simplelist type='vert' columns='1'>
-<member>
 data[1]: The instruction sets this element to either COMEDI_INPUT or COMEDI_OUTPUT.
 data[1]: The instruction sets this element to either COMEDI_INPUT or COMEDI_OUTPUT.
-</member>
-</simplelist>
 </entry>
 </row>
 </tbody>
 </entry>
 </row>
 </tbody>