From 67ec3c93bc976bc42a653aec35f7e07177c26868 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 21 Jun 2007 15:46:04 +0000 Subject: [PATCH] Couple of small fixes raised by danpb, Daniel --- docs/virsh.pod | 18 +++++------------- virsh.1 | 20 +++++++------------- 2 files changed, 12 insertions(+), 26 deletions(-) diff --git a/docs/virsh.pod b/docs/virsh.pod index 7ee5c5c814..dc7f5a3d8c 100644 --- a/docs/virsh.pod +++ b/docs/virsh.pod @@ -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 can be specified as an short integer, a name or a full UUID. =over 4 -=item B optional I<----disable> I +=item B optional I<--disable> I Configure a domain to be automatically started at boot. -The option I<----disable> disable autostarting. +The option I<--disable> disable autostarting. =item B I diff --git a/virsh.1 b/virsh.1 index cdb77a27c9..83e7d3c76a 100644 --- 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 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.