Minor tidying.
authorEwan Mellor <ewan@xensource.com>
Thu, 9 Nov 2006 11:11:38 +0000 (11:11 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 9 Nov 2006 11:11:38 +0000 (11:11 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_host.h
tools/libxen/include/xen_network.h
tools/libxen/include/xen_sr.h

index 8fada62773f2508794bf66f0717a33983c49d864..69581574a05de809072d51ad0a31605faa93aca3 100644 (file)
@@ -276,7 +276,7 @@ xen_host_reboot(xen_session *session, xen_host host);
 
 
 /**
- * Return a list of all the hosts known to the system
+ * Return a list of all the hosts known to the system.
  */
 extern bool
 xen_host_get_all(xen_session *session, struct xen_host_set **result);
index ca590442eb41b4bfcf50b2e2092ff61a79f5eec3..98a63d5f9a042a130e0b917abbcf913fb19daa0a 100644 (file)
@@ -257,7 +257,7 @@ xen_network_set_default_netmask(xen_session *session, xen_network network, char
 
 
 /**
- * Return a list of all the networks known to the system
+ * Return a list of all the networks known to the system.
  */
 extern bool
 xen_network_get_all(xen_session *session, struct xen_network_set **result);
index 6ecd7d7ebd03be719a221c564bc9934b95dd224f..c99f43f922df505b50a3af44c66e10097eeb1345 100644 (file)
@@ -266,7 +266,7 @@ xen_sr_clone(xen_session *session, xen_sr *result, xen_sr sr, char *loc, char *n
 
 
 /**
- * Return a list of all the SRs known to the system
+ * Return a list of all the SRs known to the system.
  */
 extern bool
 xen_sr_get_all(xen_session *session, struct xen_sr_set **result);