]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: fix minor virsh man page typos and formatting problems
authorJustin Clift <justin@salasaga.org>
Tue, 8 Jun 2010 00:18:01 +0000 (18:18 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 8 Jun 2010 00:22:42 +0000 (18:22 -0600)
Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh.pod

index 422ae7fd05a6e01ac5e6663b180426d5964c745f..08e361dc61dcc875b37867f58be0c902b2f94716 100644 (file)
@@ -89,7 +89,7 @@ Running hypervisor: Xen 3.0.0
 
 =back
 
-=item B<cd> I<directory> optional
+=item B<cd> optional I<directory>
 
 Will change current directory to I<directory>.  The default directory
 for the B<cd> command is the home directory or, if there is no I<HOME>
@@ -273,13 +273,13 @@ pre-existing guest.
 
 B<Example>
 
-virsh dumpxml <domain-id> > domain.xml
-edit domain.xml
-virsh create < domain.xml
+ virsh dumpxml <domain-id> > domain.xml
+ edit domain.xml
+ virsh create < domain.xml
 
 =item B<define> I<FILE>
 
-Define a domain from an XML <file>. The domain definitions is registered
+Define a domain from an XML <file>. The domain definition is registered
 but not started.
 
 =item B<destroy> I<domain-id>
@@ -490,7 +490,7 @@ is not available the processes will provide an exit code of 1.
 =item B<undefine> I<domain-id>
 
 Undefine the configuration for an inactive domain. Since it's not running
-the domain name or UUId must be used as the I<domain-id>.
+the domain name or UUID must be used as the I<domain-id>.
 
 =item B<vcpuinfo> I<domain-id>