[libvirt] [PATCH 1/2] virsh.pod: Small fixes

Luiz Capitulino lcapitulino at redhat.com
Fri Apr 9 19:31:42 UTC 2010


- Two missing 's'
- 'dominfo' is duplicated

Signed-off-by: Luiz Capitulino <lcapitulino at redhat.com>
---
 tools/virsh.pod |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 1b5c1d6..46ba813 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -49,7 +49,7 @@ communications channels used to talk to the hypervisor.  Running as
 non root will return an error.
 
 Most B<virsh> commands act synchronously, except maybe shutdown,
-setvcpus and setmem. In those case the fact that the B<virsh>
+setvcpus and setmem. In those cases the fact that the B<virsh>
 program returned, may not mean the action is complete and you
 must poll periodically to detect that the guest completed the
 operation.
@@ -280,7 +280,7 @@ but not started.
 =item B<destroy> I<domain-id>
 
 Immediately terminate the domain domain-id.  This doesn't give the domain
-OS any chance to react, and it the equivalent of ripping the power
+OS any chance to react, and it's the equivalent of ripping the power
 cord out on a physical machine.  In most cases you will want to use
 the B<shutdown> command instead.
 
@@ -308,10 +308,6 @@ Convert a domain name or id to domain UUID
 
 Convert a domain name (or UUID) to a domain id
 
-=item B<dominfo> I<domain-id>
-
-Returns basic information about the domain.
-
 =item B<domjobabort> I<domain-id-or-uuid>
 
 Abort the currently running domain job.
-- 
1.7.0.4.297.g6555b1




More information about the libvir-list mailing list