diff options
author | Matt Dew <marcoz@osource.org> | 2012-01-09 21:25:18 -0700 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2012-01-09 21:25:18 -0700 |
commit | c87ecd959d61ae97d8a2bd82efc761bb3e299061 (patch) | |
tree | 099d2eb7e5bffa7d24895e0faee6c29723710041 /doc | |
parent | 8b4321a37a9fa2ad24bf87afabba6b08dcfded12 (diff) |
informaltable cleanup
On certain tables, add top and bottom borders to table header
and a bottom border to the table. This matches what those
tables in the old pdfs looked like.
the <?dbfo keep-together='always'> prevents tables from
splitting across pages. Useful for tiny tables.
Converting the colwidth to a floating point, IE, 1* -> 1.0*
cleans up these build errors:
WARNING: table-layout="fixed" and column-width unspecified =>
falling back to proportional-column-width(1)
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ICElib.xml | 100 |
1 files changed, 46 insertions, 54 deletions
diff --git a/doc/ICElib.xml b/doc/ICElib.xml index dfa4c8b..5837e89 100644 --- a/doc/ICElib.xml +++ b/doc/ICElib.xml @@ -1278,26 +1278,23 @@ that fails, an attempt will be made using the second network ID, and so on. Each network ID has the following format: </para> -<informaltable pgwide='0' frame='none'> - <tgroup cols='3' align='center'> - <colspec colname='c1'/> - <colspec colname='c2'/> - <colspec colname='c3'/> +<informaltable frame='none'> + <?dbfo keep-together="always" ?> + <tgroup cols='2' align='left' colsep='0' rowsep='0'> + <colspec colname='c1' colwidth='1.0*'/> + <colspec colname='c2' colwidth='2.0*'/> <tbody> <row> - <entry align='left'></entry> - <entry align='left'>tcp/<hostname>:<portnumber></entry> - <entry align='left'>or</entry> + <entry>tcp/<hostname>:<portnumber></entry> + <entry>or</entry> </row> <row> - <entry align='left'></entry> - <entry align='left'>decnet/<hostname>::<objname></entry> - <entry align='left'>or</entry> + <entry>decnet/<hostname>::<objname></entry> + <entry>or</entry> </row> <row> - <entry align='left'></entry> - <entry align='left'>local/<hostname>:<path></entry> - <entry align='left'></entry> + <entry>local/<hostname>:<path></entry> + <entry></entry> </row> </tbody> </tgroup> @@ -1567,26 +1564,23 @@ To obtain the network ID string associated with a listen object, use <para>A network ID has the following format:</para> -<informaltable pgwide='0' frame='none'> - <tgroup cols='3' align='center'> - <colspec colname='c1'/> - <colspec colname='c2'/> - <colspec colname='c3'/> +<informaltable frame='none'> + <?dbfo keep-together="always" ?> + <tgroup cols='2' align='left' colsep='0' rowsep='0'> + <colspec colname='c1' colwidth='1.0*'/> + <colspec colname='c2' colwidth='2.0*'/> <tbody> <row> - <entry align='left'></entry> - <entry align='left'>tcp/<hostname>:<portnumber></entry> - <entry align='left'>or</entry> + <entry>tcp/<hostname>:<portnumber></entry> + <entry>or</entry> </row> <row> - <entry align='left'></entry> - <entry align='left'>decnet/<hostname>::<objname></entry> - <entry align='left'>or</entry> + <entry>decnet/<hostname>::<objname></entry> + <entry>or</entry> </row> <row> - <entry align='left'></entry> - <entry align='left'>local/<hostname>:<path></entry> - <entry align='left'></entry> + <entry>local/<hostname>:<path></entry> + <entry></entry> </row> </tbody> </tgroup> @@ -3086,26 +3080,27 @@ See the <emphasis remap='I'>Inter-Client Exchange Protocol</emphasis> standard for more details. </para> -<informaltable pgwide='0' frame='none'> - <tgroup cols='2' align='center'> - <colspec colname='c1'/> - <colspec colname='c2'/> +<informaltable frame='none'> + <?dbfo keep-together="always" ?> + <tgroup cols='2' align='left' colsep='0' rowsep='0'> + <colspec colname='c1' colwidth='1.0*'/> + <colspec colname='c2' colwidth='2.0*'/> <tbody> <row> - <entry align='left'>IceBadMinor</entry> - <entry align='left'>0x8000</entry> + <entry>IceBadMinor</entry> + <entry>0x8000</entry> </row> <row> - <entry align='left'>IceBadState</entry> - <entry align='left'>0x8001</entry> + <entry>IceBadState</entry> + <entry>0x8001</entry> </row> <row> - <entry align='left'>IceBadLength</entry> - <entry align='left'>0x8002</entry> + <entry>IceBadLength</entry> + <entry>0x8002</entry> </row> <row> - <entry align='left'>IceBadValue</entry> - <entry align='left'>0x8003</entry> + <entry>IceBadValue</entry> + <entry>0x8003</entry> </row> </tbody> </tgroup> @@ -4236,26 +4231,23 @@ authentication (for example, the network ID of a session manager). A network ID has the following form: </para> -<informaltable pgwide='0' frame='none'> - <tgroup cols='3' align='center'> - <colspec colname='c1'/> - <colspec colname='c2'/> - <colspec colname='c3'/> +<informaltable frame='none'> + <?dbfo keep-together="always" ?> + <tgroup cols='2' align='left' colsep='0' rowsep='0'> + <colspec colname='c1' colwidth='1.0*'/> + <colspec colname='c2' colwidth='2.0*'/> <tbody> <row> - <entry align='left'></entry> - <entry align='left'>tcp/<hostname>:<portnumber></entry> - <entry align='left'>or</entry> + <entry>tcp/<hostname>:<portnumber></entry> + <entry>or</entry> </row> <row> - <entry align='left'></entry> - <entry align='left'>decnet/<hostname>::<objname></entry> - <entry align='left'>or</entry> + <entry>decnet/<hostname>::<objname></entry> + <entry>or</entry> </row> <row> - <entry align='left'></entry> - <entry align='left'>local/<hostname>:<path></entry> - <entry align='left'></entry> + <entry>local/<hostname>:<path></entry> + <entry></entry> </row> </tbody> </tgroup> |