From 33a86926ae3a7ddcea817eda8c4b1aac7c518d10 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 21 Oct 2010 16:31:08 -0700 Subject: SMlib.xml: Convert remaining `` quotes to “ style Signed-off-by: Alan Coopersmith --- doc/SMlib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/SMlib.xml b/doc/SMlib.xml index 48ee107..15a083d 100644 --- a/doc/SMlib.xml +++ b/doc/SMlib.xml @@ -209,7 +209,7 @@ The context argument indicates how willing the client is to share the ICE connection with other protocols. If context is NULL, then the caller is always willing to share the connection. If context is not NULL, then the caller is not willing to use a previously opened ICE connection that has a different non-NULL context associated with it. -As previously discussed (section 3, ``Understanding SMlib's Dependence on ICE''), the client will have to keep track of when ICE connections are created or destroyed (using IceAddConnectionWatch and IceRemoveConnectionWatch and will have to call IceProcessMessages each time a select shows that there is data to read on an ICE connection. For further information, see the Inter-Client Exchange Library standard. +As previously discussed (section 3, “Understanding SMlib's Dependence on ICE”), the client will have to keep track of when ICE connections are created or destroyed (using IceAddConnectionWatch and IceRemoveConnectionWatch and will have to call IceProcessMessages each time a select shows that there is data to read on an ICE connection. For further information, see the Inter-Client Exchange Library standard. The callbacks argument contains a set of callbacks used to respond to session manager events. The mask argument specifies which callbacks are set. All of the callbacks specified in this version of SMlib are mandatory. The mask argument is necessary in order to maintain backwards compatibility in future versions of the library. @@ -738,7 +738,7 @@ typedef struct { Requesting a Save Yourself Phase 2 -In response to a ``Save Yourself, the client may request to be informed when all the other clients are quiescent so that it can save their state. To do so, use SmcRequestSaveYourselfPhase2 +In response to a “Save Yourself”, the client may request to be informed when all the other clients are quiescent so that it can save their state. To do so, use SmcRequestSaveYourselfPhase2 -- cgit v1.2.1