]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Couple of small fixes raised by danpb, Daniel
authorDaniel Veillard <veillard@redhat.com>
Thu, 21 Jun 2007 15:46:04 +0000 (15:46 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 21 Jun 2007 15:46:04 +0000 (15:46 +0000)
docs/virsh.pod
virsh.1

index 7ee5c5c8142a6505f7b481d5082a1cf0086a44a2..dc7f5a3d8c88ad4a3ad825ce844b0880f33eab5c 100644 (file)
@@ -91,25 +91,17 @@ list the values supported but the most commons are:
 
 =over 4
 
-=item xen///
+=item xen:///
 
 this is used to connect to the local Xen hypervisor, this is the default
 
 =item qemu:///system
 
-allow to connect locally as root to the daemon supervizing QEmu domains
+allow to connect locally as root to the daemon supervizing QEmu and KVM domains
 
 =item qemu:///session
 
-allow to connect locally as a normal user to the his own set of QEmu domain 
-
-=item kvm:///system
-
-allow to connect locally as root to the daemon supervizing KVM domains
-
-=item kvm:///session
-
-allow to connect locally as a normal user to the his own set of KVM domain 
+allow to connect locally as a normal user to the his own set of QEmu and KVM domains
 
 =back
 
@@ -202,11 +194,11 @@ I<domain-id> can be specified as an short integer, a name or a full UUID.
 
 =over 4
 
-=item B<autostart> optional I<----disable> I<domain-id>
+=item B<autostart> optional I<--disable> I<domain-id>
 
 Configure a domain to be automatically started at boot.
 
-The option I<----disable> disable autostarting.
+The option I<--disable> disable autostarting.
 
 =item B<console> I<domain-id>
 
diff --git a/virsh.1 b/virsh.1
index cdb77a27c95f64e8bba0ddee4a05a374ca82654e..83e7d3c76a96591d147a8297379c3e7770b94d77 100644 (file)
--- a/virsh.1
+++ b/virsh.1
@@ -214,21 +214,15 @@ start up, and usually get an \fI\s-1URI\s0\fR parameter specifying how to connec
 to the hypervisor. The documentation page at <http://libvirt.org/uri.html>
 list the values supported but the most commons are:
 .RS 4
-.IP "xen///" 4
-.IX Item "xen///"
+.IP "xen:///" 4
+.IX Item "xen:///"
 this is used to connect to the local Xen hypervisor, this is the default
 .IP "qemu:///system" 4
 .IX Item "qemu:///system"
-allow to connect locally as root to the daemon supervizing QEmu domains
+allow to connect locally as root to the daemon supervizing QEmu and \s-1KVM\s0 domains
 .IP "qemu:///session" 4
 .IX Item "qemu:///session"
-allow to connect locally as a normal user to the his own set of QEmu domain 
-.IP "kvm:///system" 4
-.IX Item "kvm:///system"
-allow to connect locally as root to the daemon supervizing \s-1KVM\s0 domains
-.IP "kvm:///session" 4
-.IX Item "kvm:///session"
-allow to connect locally as a normal user to the his own set of \s-1KVM\s0 domain 
+allow to connect locally as a normal user to the his own set of QEmu and \s-1KVM\s0 domains
 .RE
 .RS 4
 .Sp
@@ -310,11 +304,11 @@ crashed.
 The following commands manipulate domains directly, as stated
 previously most commands take domain-id as the first parameter. The
 \&\fIdomain-id\fR can be specified as an short integer, a name or a full \s-1UUID\s0.
-.IP "\fBautostart\fR optional \fI\-\-\-\-disable\fR \fIdomain-id\fR" 4
-.IX Item "autostart optional ----disable domain-id"
+.IP "\fBautostart\fR optional \fI\-\-disable\fR \fIdomain-id\fR" 4
+.IX Item "autostart optional --disable domain-id"
 Configure a domain to be automatically started at boot.
 .Sp
-The option \fI\-\-\-\-disable\fR disable autostarting.
+The option \fI\-\-disable\fR disable autostarting.
 .IP "\fBconsole\fR \fIdomain-id\fR" 4
 .IX Item "console domain-id"
 Connect the virtual serial console for the guest.