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