From c87ecd959d61ae97d8a2bd82efc761bb3e299061 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Mon, 9 Jan 2012 21:25:18 -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/ICElib.xml | 100 +++++------ specs/ice.xml | 543 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 323 insertions(+), 320 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: - - - - - + + + + + - - tcp/<hostname>:<portnumber> - or + tcp/<hostname>:<portnumber> + or - - decnet/<hostname>::<objname> - or + decnet/<hostname>::<objname> + or - - local/<hostname>:<path> - + local/<hostname>:<path> + @@ -1567,26 +1564,23 @@ To obtain the network ID string associated with a listen object, use A network ID has the following format: - - - - - + + + + + - - tcp/<hostname>:<portnumber> - or + tcp/<hostname>:<portnumber> + or - - decnet/<hostname>::<objname> - or + decnet/<hostname>::<objname> + or - - local/<hostname>:<path> - + local/<hostname>:<path> + @@ -3086,26 +3080,27 @@ See the Inter-Client Exchange Protocol standard for more details. - - - - + + + + + - IceBadMinor - 0x8000 + IceBadMinor + 0x8000 - IceBadState - 0x8001 + IceBadState + 0x8001 - IceBadLength - 0x8002 + IceBadLength + 0x8002 - IceBadValue - 0x8003 + IceBadValue + 0x8003 @@ -4236,26 +4231,23 @@ authentication (for example, the network ID of a session manager). A network ID has the following form: - - - - - + + + + + - - tcp/<hostname>:<portnumber> - or + tcp/<hostname>:<portnumber> + or - - decnet/<hostname>::<objname> - or + decnet/<hostname>::<objname> + or - - local/<hostname>:<path> - + local/<hostname>:<path> + diff --git a/specs/ice.xml b/specs/ice.xml index d899588..439c2f6 100644 --- a/specs/ice.xml +++ b/specs/ice.xml @@ -239,38 +239,39 @@ pad(E, b) = ( Primitive Types - - - - + + + + + - - Type Name - Description + + Type Name + Description - CARD8 - 8-bit unsigned integer + CARD8 + 8-bit unsigned integer - CARD16 - 16-bit unsigned integer + CARD16 + 16-bit unsigned integer - CARD32 - 32-bit unsigned integer + CARD32 + 32-bit unsigned integer - BOOL - False + BOOL + False or True - LPCE - A character from the X Portable Character Set in Latin Portable Character + LPCE + A character from the X Portable Character Set in Latin Portable Character Encoding @@ -282,24 +283,25 @@ Encoding Complex Types - - - - + + + + + - - Type Name - Type + + Type Name + Type - VERSION - [Major, minor: CARD16] + VERSION + [Major, minor: CARD16] - STRING - LISTofLPCE + STRING + LISTofLPCE @@ -316,28 +318,29 @@ varies depending on the context; see the encoding section. All ICE messages include the following information: - - - - + + + + + - + Field Type Description - CARD8 - protocol major opcode + CARD8 + protocol major opcode - CARD8 - protocol minor opcode + CARD8 + protocol minor opcode - CARD32 - length of remaining data in 8-byte units + CARD32 + length of remaining data in 8-byte units @@ -1660,38 +1663,39 @@ in the message. Primitives - - - - - + + + + + + - - Type Name - Length (bytes) - Description + + Type Name + Length (bytes) + Description - CARD8 - 1 - 8-bit unsigned integer + CARD8 + 1 + 8-bit unsigned integer - CARD16 - 2 - 16-bit unsigned integer + CARD16 + 2 + 16-bit unsigned integer - CARD32 - 4 - 32-bit unsigned integer + CARD32 + 4 + 32-bit unsigned integer - LPCE - 1 - A character from the X Portable Character Set in Latin Portable Character + LPCE + 1 + A character from the X Portable Character Set in Latin Portable Character Encoding @@ -1704,28 +1708,29 @@ Encoding Enumerations - - - - - + + + + + + - - Type Name - Value - Description + + Type Name + Value + Description - BOOL - 0 - False + BOOL + 0 + False - - 1 - True + + 1 + True @@ -1736,62 +1741,63 @@ Encoding Compound Types - - - - - - + + + + + + + - - Type Name - Length (bytes) - Type - Description + + Type Name + Length (bytes) + Type + Description - VERSION - - - + VERSION + + + - - 2 - CARD16 - Major version number + + 2 + CARD16 + Major version number - - 2 - CARD16 - Minor version number + + 2 + CARD16 + Minor version number - STRING - - - + STRING + + + - - 2 - CARD16 - length of string in bytes + + 2 + CARD16 + length of string in bytes - - n - LISTofLPCE - string + + n + LISTofLPCE + string - - p - - unused, p = pad(n+2, 4) + + p + + unused, p = pad(n+2, 4) @@ -1802,68 +1808,68 @@ Encoding ICE Minor opcodes - - - - + + + + - - Message Name - Encoding + + Message Name + Encoding - Error - 0 + Error + 0 - ByteOrder - 1 + ByteOrder + 1 - ConnectionSetup - 2 + ConnectionSetup + 2 - AuthenticationRequired - 3 + AuthenticationRequired + 3 - AuthenticationReply - 4 + AuthenticationReply + 4 - AuthenticationNextPhase - 5 + AuthenticationNextPhase + 5 - ConnectionReply - 6 + ConnectionReply + 6 - ProtocolSetup - 7 + ProtocolSetup + 7 - ProtocolReply - 8 + ProtocolReply + 8 - Ping - 9 + Ping + 9 - PingReply - 10 + PingReply + 10 - WantToClose - 11 + WantToClose + 11 - NoClose - 12 + NoClose + 12 @@ -2043,32 +2049,33 @@ subprotocol-specific errors are in the range 0x0000-0x7FFF. Generic Error Class Encoding - - - - + + + + + - - Class - Encoding + + Class + Encoding - BadMinor - 0x8000 + BadMinor + 0x8000 - BadState - 0x8001 + BadState + 0x8001 - BadLength - 0x8002 + BadLength + 0x8002 - BadValue - 0x8003 + BadValue + 0x8003 @@ -2078,52 +2085,53 @@ subprotocol-specific errors are in the range 0x0000-0x7FFF. ICE-specific Error Class Encoding - - - - + + + + + - - Class - Encoding + + Class + Encoding - BadMajor - 0 + BadMajor + 0 - NoAuthentication - 1 + NoAuthentication + 1 - NoVersion - 2 + NoVersion + 2 - SetupFailed - 3 + SetupFailed + 3 - AuthenticationRejected - 4 + AuthenticationRejected + 4 - AuthenticationFailed - 5 + AuthenticationFailed + 5 - ProtocolDuplicate - 6 + ProtocolDuplicate + 6 - MajorOpcodeDuplicate - 7 + MajorOpcodeDuplicate + 7 - UnknownProtocol - 8 + UnknownProtocol + 8 @@ -2242,28 +2250,29 @@ name of the ICE answering party's choosing. The format for this text property is as follows: - - - - + + + + + - - Field - Value + + Field + Value - type - XA_STRING + type + XA_STRING - format - 8 + format + 8 - value - comma-separated list of ICE network IDs + value + comma-separated list of ICE network IDs @@ -2282,46 +2291,47 @@ and must only be sent to windows that have pre-registered the ICE subprotocol in an ICE_PROTOCOLS property on their top-level window. - - - - + + + + + - - Field - Value + + Field + Value - message_type - Atom = "ICE_PROTOCOLS" + message_type + Atom = "ICE_PROTOCOLS" - format - 32 + format + 32 - data.l[0] - Atom identifying the ICE subprotocol to speak + data.l[0] + Atom identifying the ICE subprotocol to speak - data.l[1] - Timestamp + data.l[1] + Timestamp - data.l[2] - ICE answering party's window ID with + data.l[2] + ICE answering party's window ID with ICE network IDs text property - data.l[3] - Atom naming text property containing the ICE + data.l[3] + Atom naming text property containing the ICE answering party's ICE network IDs - data.l[4] - Reserved. Must be 0. + data.l[4] + Reserved. Must be 0. @@ -2354,45 +2364,46 @@ event to the window specified in data.l[2]. This return event has the following format: - - - - + + + + + - - Field - Value + + Field + Value - message_type - Atom = "ICE_INITIATE_FAILED" + message_type + Atom = "ICE_INITIATE_FAILED" - format - 32 + format + 32 - data.l[0] - Atom identifying the ICE subprotocol requested + data.l[0] + Atom identifying the ICE subprotocol requested - data.l[1] - Timestamp + data.l[1] + Timestamp - data.l[2] - Initiating party's window ID + data.l[2] + Initiating party's window ID (holding ICE_PROTOCOLS) - data.l[3] - int: reason for failure + data.l[3] + int: reason for failure - data.l[4] - Reserved, must be 0 + data.l[4] + Reserved, must be 0 @@ -2415,23 +2426,23 @@ client message event was sent. - - - - - + + + + + - - Value - Encoding - Description + + Value + Encoding + Description - OpenFailed - 1 - + OpenFailed + 1 + The client was unable to open the connection (e.g. a call to IceOpenConnection() failed). If the client is able to distinguish authentication or @@ -2441,9 +2452,9 @@ for authorization errors. - AuthenticationFailed - 2 - Authentication or authorization of the + AuthenticationFailed + 2 + Authentication or authorization of the connection or protocol setup was refused. This reply will be given only if the client is able to distinguish it from @@ -2453,23 +2464,23 @@ otherwise will be returned. - SetupFailed - 3 - The client was unable to initiate the specified + SetupFailed + 3 + The client was unable to initiate the specified protocol on the connection (e.g. a call to IceProtocolSetup() failed). - UnknownProtocol - 4 - The client does not recognize the requested + UnknownProtocol + 4 + The client does not recognize the requested protocol. (This represents a semantic error on the part of the answering party.) - Refused - 5 - + Refused + 5 + The client was in the process of removing ICE_INITIATE_pname from its ICE_PROTOCOLS list -- cgit v1.2.3