From 6475d9eff0bfbb6446eff205fd52c5ba82c5819c Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Wed, 11 Jan 2012 20:33:41 -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/SMlib.xml | 166 ++++----- doc/xsmp.xml | 1156 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 772 insertions(+), 550 deletions(-) diff --git a/doc/SMlib.xml b/doc/SMlib.xml index 6d2a234..43579f9 100644 --- a/doc/SMlib.xml +++ b/doc/SMlib.xml @@ -349,26 +349,23 @@ is NULL, the value of the SESSION_MANAGER environment variable will be used. 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> + @@ -2888,86 +2885,86 @@ A type of SmLISTofARRAY8 indicates that there is a list of array of bytes. - - - - - - + + + + + + - - Name - Type - POSIX Type - Required + + Name + Type + POSIX Type + Required - SmCloneCommand - OS-specific - SmLISTofARRAY8 - Yes + SmCloneCommand + OS-specific + SmLISTofARRAY8 + Yes - SmCurrentDirectory - OS-specific - SmARRAY8 - No + SmCurrentDirectory + OS-specific + SmARRAY8 + No - SmDiscardCommand - OS-specific - SmLISTofARRAY8 - No* + SmDiscardCommand + OS-specific + SmLISTofARRAY8 + No* - SmEnvironment - OS-specific - SmLISTofARRAY8 - No + SmEnvironment + OS-specific + SmLISTofARRAY8 + No - SmProcessID - OS-specific - SmARRAY8 - No + SmProcessID + OS-specific + SmARRAY8 + No - SmProgram - OS-specific - SmARRAY8 - Yes + SmProgram + OS-specific + SmARRAY8 + Yes - SmRestartCommand - OS-specific - SmLISTofARRAY8 - Yes + SmRestartCommand + OS-specific + SmLISTofARRAY8 + Yes - SmResignCommand - OS-specific - SmLISTofARRAY8 - No + SmResignCommand + OS-specific + SmLISTofARRAY8 + No - SmRestartStyleHint - SmCARD8 - SmCARD8 - No + SmRestartStyleHint + SmCARD8 + SmCARD8 + No - SmShutdownCommand - OS-specific - SmLISTofARRAY8 - No + SmShutdownCommand + OS-specific + SmLISTofARRAY8 + No - SmUserID - SmARRAY8 - SmARRAY8 - Yes + SmUserID + SmARRAY8 + SmARRAY8 + Yes @@ -3052,32 +3049,33 @@ style of restarting the client prefers. If this style is not specified, SmRestartIfRunning is assumed. The possible values are as follows: - - - - + + + + + - - Name - Value + + Name + Value - SmRestartIfRunning - 0 + SmRestartIfRunning + 0 - SmRestartAnyway - 1 + SmRestartAnyway + 1 - SmRestartImmediately - 2 + SmRestartImmediately + 2 - SmRestartNever - 3 + SmRestartNever + 3 diff --git a/doc/xsmp.xml b/doc/xsmp.xml index 139e035..d962fcb 100644 --- a/doc/xsmp.xml +++ b/doc/xsmp.xml @@ -246,12 +246,12 @@ types, a BadValue error message must be sent by the receiver of the message to the sender of the message. - - - - + + + + - + Type Name Description @@ -1169,193 +1169,253 @@ client and the SM. Types - - - - - - - - + + + + + + - BOOL + BOOL + + - 0 - False + 0 + False - 1 - True + 1 + True - + + + + + + + - INTERACT_STYLE + INTERACT_STYLE + + - 0 - None + 0 + None - 1 - Errors + 1 + Errors - 2 - Any + 2 + Any - + + + + + + + - DIALOG_TYPE + DIALOG_TYPE + + - 0 - Error + 0 + Error - 1 - Normal + 1 + Normal - + + + + + + + - SAVE_TYPE + SAVE_TYPE + + - 0 - Global + 0 + Global - 1 - Local + 1 + Local - 2 - Both + 2 + Both - + + + + + + + + - ARRAY8 + ARRAY8 + + - 4 - CARD32 - length + 4 + CARD32 + length - n - ListofCARD8, the array - p = pad (4 + n, 8) + n + ListofCARD8, the array + p = pad (4 + n, 8) - 2 - Both + 2 + Both - + + + + + + + + - LISTofARRAY8 + LISTofARRAY8 + + - 4 - CARD32 - count + 4 + CARD32 + count - 4 - - unused + 4 + + unused - a - ARRAY8 - first array + a + ARRAY8 + first array - b - ARRAY8 - second array + b + ARRAY8 + second array - . - - + . + + - . - - + . + + - . - - + . + + - q - ARRAY8 - last array + q + ARRAY8 + last array - + + + + + + + + - PROPERTY + PROPERTY + + - a - ARRAY8 - name + a + ARRAY8 + name - b - ARRAY8 - type (XPCS encoded in Latin-1, case sensitive) + b + ARRAY8 + type (XPCS encoded in Latin-1, case sensitive) - c - LISTofARRAY8 - values + c + LISTofARRAY8 + values - + + + + + + + + - LISTofPROPERTY + LISTofPROPERTY + + - 4 - CARD32 - count + 4 + CARD32 + count - 4 - - unused + 4 + + unused - a - PROPERTY - first property + a + PROPERTY + first property - b - PROPERTY - second property + b + PROPERTY + second property - . - - + . + + - . - - + . + + - . - - + . + + - q - PROPERTY - last property + q + PROPERTY + last property @@ -1390,565 +1450,728 @@ manager. The session manager should supply this information in the ICE ProtocolReply message. - - - - - - - - + + + + + + + - RegisterClient + RegisterClient + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 1 - opcode + 1 + 1 + opcode - 2 - - unused + 2 + + unused - 4 - a/8 - length of remaining data in 8-byte units + 4 + a/8 + length of remaining data in 8-byte units - a - ARRAY8 - previous-ID + a + ARRAY8 + previous-ID - + + + + + + + + - RegisterClientReply + RegisterClientReply + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 2 - opcode + 1 + 2 + opcode - 2 - - unused + 2 + + unused - 4 - a/8 - length of remaining data in 8-byte units + 4 + a/8 + length of remaining data in 8-byte units - a - ARRAY8 - client-ID + a + ARRAY8 + client-ID - + + + + + + + + - SaveYourself + SaveYourself + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 3 - opcode + 1 + 3 + opcode - 2 - - unused + 2 + + unused - 4 - 1 - length of remaining data in 8-byte units + 4 + 1 + length of remaining data in 8-byte units - 1 - SAVE_TYPE - type + 1 + SAVE_TYPE + type - 1 - BOOL - shutdown + 1 + BOOL + shutdown - 1 - INTERACT_STYLE - interact-style + 1 + INTERACT_STYLE + interact-style - 1 - BOOL - fast + 1 + BOOL + fast - 4 - - unused + 4 + + unused - + + + + + + + + - SaveYourselfRequest + SaveYourselfRequest + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 4 - opcode + 1 + 4 + opcode - 2 - - unused + 2 + + unused - 4 - 1 - length of remainning data in 8-byte units + 4 + 1 + length of remainning data in 8-byte units - 1 - SAVE_TYPE - type + 1 + SAVE_TYPE + type - 1 - BOOL - shutdown + 1 + BOOL + shutdown - 1 - INTERACT_STYLE - interact-style + 1 + INTERACT_STYLE + interact-style - 1 - BOOL - fast + 1 + BOOL + fast - 3 - - unused + 3 + + unused - + + + + + + + + - InteractRequest + InteractRequest + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 5 - opcode + 1 + 5 + opcode - 1 - DIALOG_TYPE - dialog type + 1 + DIALOG_TYPE + dialog type - 1 - - unused + 1 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - Interact + Interact + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 6 - opcode + 1 + 6 + opcode - 2 - - unused + 2 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - InteractDone + InteractDone + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 7 - opcode + 1 + 7 + opcode - 1 - BOOL - cancel-shutdown + 1 + BOOL + cancel-shutdown - 1 - - unused + 1 + + unused - + + + + + + + + - InteractDone + InteractDone + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 7 - opcode + 1 + 7 + opcode - 1 - BOOL - cancel-shutdown + 1 + BOOL + cancel-shutdown - 1 - - unused + 1 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - SaveYourselfDone + SaveYourselfDone + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 8 - opcode + 1 + 8 + opcode - 1 - BOOL - success + 1 + BOOL + success - 1 - - unused + 1 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - Die + Die + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 9 - opcode + 1 + 9 + opcode - 1 - - unused + 1 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - ShutdownCancelled + ShutdownCancelled + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 10 - opcode + 1 + 10 + opcode - 2 - - unused + 2 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - ConnectionClosed + ConnectionClosed + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 11 - opcode + 1 + 11 + opcode - 2 - - unused + 2 + + unused - 4 - a/8 - length of remaining data in 8-byte units + 4 + a/8 + length of remaining data in 8-byte units - a - LISTofARRAY8 - reason + a + LISTofARRAY8 + reason - + + + + + + + + - SetProperties + SetProperties + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 12 - opcode + 1 + 12 + opcode - 2 - - unused + 2 + + unused - 4 - a/8 - length of remaining data in 8-byte units + 4 + a/8 + length of remaining data in 8-byte units - a - LISTofPROPERTY - properties + a + LISTofPROPERTY + properties - + + + + + + + + - DeleteProperties + DeleteProperties + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 13 - opcode + 1 + 13 + opcode - 2 - - unused + 2 + + unused - 4 - a/8 - length of remaining data in 8-byte units + 4 + a/8 + length of remaining data in 8-byte units - a - LISTofPROPERTY - properties + a + LISTofPROPERTY + properties - + + + + + + + + - GetProperties + GetProperties + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 14 - opcode + 1 + 14 + opcode - 2 - - unused + 2 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - GetPropertiesReply + GetPropertiesReply + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 15 - opcode + 1 + 15 + opcode - 2 - - unused + 2 + + unused - 4 - a/8 - length of remaining data in 8-byte units + 4 + a/8 + length of remaining data in 8-byte units - a - LISTofPROPERTY - properties + a + LISTofPROPERTY + properties - + + + + + + + + - SaveYourselfPhase2Request + SaveYourselfPhase2Request + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 16 - opcode + 1 + 16 + opcode - 2 - - unused + 2 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - SaveYourselfPhase2 + SaveYourselfPhase2 + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 17 - opcode + 1 + 17 + opcode - 2 - - unused + 2 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + + + + + + + + - SaveComplete + SaveComplete + + - 1 - ? - XSMP + 1 + ? + XSMP - 1 - 18 - opcode + 1 + 18 + opcode - 2 - - unused + 2 + + unused - 4 - 0 - length of remaining data in 8-byte units + 4 + 0 + length of remaining data in 8-byte units - + @@ -1978,14 +2201,14 @@ Clients may set, get, and delete nonstandard properties. The lifetime of stored properties does not extend into subsequent sessions. - - - - - - + + + + + + - + Name Type Posix Type @@ -2159,32 +2382,33 @@ specified, RestartIfRunning is assumed. The possible values are as follows: - - - - + + + + + - - Name - Value + + Name + Value - RestartIfRunning - 0 + RestartIfRunning + 0 - RestartAnyway - 1 + RestartAnyway + 1 - RestartImmediately - 2 + RestartImmediately + 2 - RestartNever - 3 + RestartNever + 3 -- cgit v1.2.1