From 3b106cead54c614d7829eef486511e81222a776c Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 12 Apr 2010 14:22:02 +0200 Subject: [PATCH] Small fixes to virsh man page * tools/virsh.pod: add two missing 's' and section about 'dominfo' is duplicated --- tools/virsh.pod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 1b5c1d6cb6..46ba8133d5 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.