diff --git a/tools/virsh.pod b/tools/virsh.pod index 1b5c1d6cb6676d7887aeb86d33e00d947f2c75d7..46ba8133d57aeb5969df499bbf654d4ff5fee124 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 commands act synchronously, except maybe shutdown, -setvcpus and setmem. In those case the fact that the B +setvcpus and setmem. In those cases the fact that the B 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 I 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 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 I - -Returns basic information about the domain. - =item B I Abort the currently running domain job.