WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] xs.c:

ChangeSet 1.1713.1.26, 2005/06/17 18:59:02+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        xs.c:
          Update comment.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 xs.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


diff -Nru a/tools/python/xen/lowlevel/xs/xs.c 
b/tools/python/xen/lowlevel/xs/xs.c
--- a/tools/python/xen/lowlevel/xs/xs.c 2005-06-17 21:04:01 -04:00
+++ b/tools/python/xen/lowlevel/xs/xs.c 2005-06-17 21:04:01 -04:00
@@ -625,11 +625,11 @@
     return val;
 }
 
-#define xspy_shutdown_doc "\n"                         \
-       "Shutdown the xenstore daemon (xsdaemon).\n"    \
-       "\n"                                            \
-       "Returns: [int] 0 on success.\n"                \
-       "Raises RuntimeError on error.\n"               \
+#define xspy_shutdown_doc "\n"                 \
+       "Shutdown the xenstore daemon.\n"       \
+       "\n"                                    \
+       "Returns: [int] 0 on success.\n"        \
+       "Raises RuntimeError on error.\n"       \
        "\n"
 
 static PyObject *xspy_shutdown(PyObject *self, PyObject *args, PyObject *kwds)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>