diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:03:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:03:00 -0700 |
commit | 4708d636de50281ab2c52c32b81b7ecb67657820 (patch) | |
tree | f6462af5b5dc4936012b432132db180a9aafa270 /doc | |
parent | 44eecd93986368e71c404d8faa264a514bf88ab1 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xsmp.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/xsmp.xml b/doc/xsmp.xml index a087aff..b42621e 100644 --- a/doc/xsmp.xml +++ b/doc/xsmp.xml @@ -426,12 +426,12 @@ set of valid responses and possible error messages are listed. The The client must send this message to the SM to register the client's existence. If a client is being restarted from a previous session, the <parameter>previous-ID</parameter> field must contain the client -ID from the previous session. For new clients, +ID from the previous session. For new clients, <parameter>previous-ID</parameter> should be of zero length. </para> <para> -If <parameter>previous-ID</parameter> is not valid, +If <parameter>previous-ID</parameter> is not valid, the SM will send a <errorname>BadValue</errorname> error message to the client. At this point the SM reverts to the register state and waits for another <function>RegisterClient</function> @@ -447,9 +447,9 @@ null <parameter>previous-ID</parameter> field. <para> The <parameter>client-ID</parameter> specifies a unique identification -for this client. If the client had specified an ID in the -<parameter>previous-ID</parameter> field of the -<function>RegisterClient</function> message, +for this client. If the client had specified an ID in the +<parameter>previous-ID</parameter> field of the +<function>RegisterClient</function> message, <parameter>client-ID</parameter> will be identical to the previously specified ID. If <parameter>previous-ID</parameter> was null, <parameter>client-ID</parameter> will be a unique ID freshly generated @@ -779,7 +779,7 @@ and <function>Any</function> or <function>Errors</function> for the <function>SaveComplete</function> <function>Die</function> <function>ShutdownCancelled</function> - + </synopsis> <para> @@ -808,7 +808,7 @@ field of the <function>SaveYourselfDone</function> message. Valid Responses: <function>ShutdownCancelled</function> <function>SaveYourselfPhase2</function> - + </synopsis> <para> @@ -902,7 +902,7 @@ Sets the specified <parameter>properties</parameter> to the specified values. Existing properties not specified in the <function>Set­Properties</function> message are unaffected. Some properties have predefined semantics. -See <link linkend='predefined_properties'>section 11, +See <link linkend='predefined_properties'>section 11, “Predefined Properties.”</link> </para> |