From 75443d72b4944391b809f429cc4cef2ffb76f7bf Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Oct 2010 00:10:01 -0700 Subject: xsmp.xml: Use instead of for error names Signed-off-by: Alan Coopersmith --- doc/xsmp.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/xsmp.xml b/doc/xsmp.xml index d2a4b5e..1677cda 100644 --- a/doc/xsmp.xml +++ b/doc/xsmp.xml @@ -241,7 +241,7 @@ byte-swapping is determined at run-time by the ICE protocol. If an invalid value is specified for a field of any of the enumerated -types, a BadValue error message must be sent by +types, a BadValue error message must be sent by the receiver of the message to the sender of the message. @@ -417,7 +417,7 @@ set of valid responses and possible error messages are listed. The Valid Responses: RegisterClientReply - Possible Errors: BadValue (CanContinue) + Possible Errors: BadValue (CanContinue) The client must send this message to the SM to register the client's @@ -427,7 +427,7 @@ session. For new clients, previous-ID should be of zero length. -If previous-ID is not valid, the SM will send a BadValue +If previous-ID is not valid, the SM will send a BadValue error message to the client. At this point the SM reverts to the register state and waits for another RegisterClient The client should then send a RegisterClient with a @@ -685,7 +685,7 @@ application that sent the Save­Yourself­Request Valid Responses: Interact ShutdownCancelled - Possible Errors: BadState (CanContinue) + Possible Errors: BadState (CanContinue) During a checkpoint or session-save operation, only one client at a @@ -901,13 +901,13 @@ message and includes the values of all the properties. When the receiver of a message detects an error condition, the receiver sends an ICE error message to the sender. There are only two types of errors that are used by the XSMP: -BadValue and BadState +BadValue and BadState These are both defined in the ICE protocol. Any message received out-of-sequence will generate -a BadState error message. +a BadState error message. -- cgit v1.2.3