From f8eea0bf256de59602790b6a7c7877b31520440f Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Wed, 11 Jan 2012 22:23:32 -0700 Subject: 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 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 --- doc/xtrans.xml | 65 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/doc/xtrans.xml b/doc/xtrans.xml index 82e95a4..12dbe3c 100644 --- a/doc/xtrans.xml +++ b/doc/xtrans.xml @@ -956,13 +956,14 @@ In X11R7 modular releases, these flags are set when running XTRANS_CONNECTION_FLAGS macro from xtrans.m4. - - - - - + + + + + + - + #define configure flag Description @@ -1021,15 +1022,15 @@ In X11R7 modular releases, these flags are set when running Transport Specific Definitions - + - - - - + + + + - Protocol Family + Protocol Family Address Component @@ -1040,34 +1041,34 @@ In X11R7 modular releases, these flags are set when running - Internet - inet inet6 tcp udp - name of an internet addressable host - string containing the name of a service or a valid port number. Example: "xserver0", "7100" + Internet + inet inet6 tcp udp + name of an internet addressable host + string containing the name of a service or a valid port number. Example: "xserver0", "7100" - DECnet - decnet - name of a DECnet addressable host - string containing the complete name of the object. Example: "X$X0" + DECnet + decnet + name of a DECnet addressable host + string containing the complete name of the object. Example: "X$X0" - NETware - ipx - name of a NETware addressable host - Not sure of the specifics yet. + NETware + ipx + name of a NETware addressable host + Not sure of the specifics yet. - OSI - osi - name of an OSI adressable host. - Not sure of the specifics yet. + OSI + osi + name of an OSI adressable host. + Not sure of the specifics yet. - Local - local pts named sco isc - (ignored) - String containing the port name, ie "xserver0", "fontserver0". + Local + local pts named sco isc + (ignored) + String containing the port name, ie "xserver0", "fontserver0". -- cgit v1.2.3