]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Small fixes to virsh man page
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 12 Apr 2010 12:22:02 +0000 (14:22 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 12 Apr 2010 12:23:18 +0000 (14:23 +0200)
* tools/virsh.pod: add two missing 's' and section about 'dominfo' is
  duplicated

tools/virsh.pod

index 1b5c1d6cb6676d7887aeb86d33e00d947f2c75d7..46ba8133d57aeb5969df499bbf654d4ff5fee124 100644 (file)
@@ -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.