Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

* src/libvirt.c (virConnectNumOfDefinedDomains): Documentation
	  fix (thanks to Jan Michael).
This commit is contained in:
Richard W.M. Jones 2007-04-30 16:55:34 +00:00
parent 1dca564a64
commit 68c6d74fa1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/libvirt.c (virConnectNumOfDefinedDomains): Documentation
fix (thanks to Jan Michael).
Thu Apr 26 12:20:35 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/virsh.c: fix virshStrdup to not crash if NULL is passed.

View File

@ -1497,7 +1497,7 @@ virDomainUndefine(virDomainPtr domain) {
* virConnectNumOfDefinedDomains:
* @conn: pointer to the hypervisor connection
*
* Provides the number of active domains.
* Provides the number of inactive domains.
*
* Returns the number of domain found or -1 in case of error
*/