From ea240f02e1eb3a24887f759155a9ef56de9aeb39 Mon Sep 17 00:00:00 2001 Message-Id: From: Jiri Denemark Date: Mon, 16 Dec 2013 13:37:12 +0100 Subject: [PATCH] tools: Fix virsh connect man page https://bugzilla.redhat.com/show_bug.cgi?id=1043260 The URI parameter is optional and xen:/// is not the default connection URI. Signed-off-by: Jiri Denemark (cherry picked from commit dbfe8a089577ce7da5d66c0c53d9b5be5aa41a96) --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 808a90c..5555b0d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -225,7 +225,7 @@ This command is only available in interactive mode. Will print the current directory. -=item B I [I<--readonly>] +=item B [I] [I<--readonly>] (Re)-Connect to the hypervisor. When the shell is first started, this is automatically run with the I parameter requested by the C<-c> @@ -238,7 +238,7 @@ common are: =item xen:/// -this is used to connect to the local Xen hypervisor, this is the default +this is used to connect to the local Xen hypervisor =item qemu:///system -- 1.8.5.1