[libvirt] [PATCH] tools: Fix virsh connect man page

The URI parameter is optional and xen:/// is not the default connection URI. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index c6a8be3..677931f 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -226,7 +226,7 @@ This command is only available in interactive mode. Will print the current directory. -=item B<connect> I<URI> [I<--readonly>] +=item B<connect> [I<URI>] [I<--readonly>] (Re)-Connect to the hypervisor. When the shell is first started, this is automatically run with the I<URI> parameter requested by the C<-c> @@ -239,7 +239,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

On 12/16/2013 02:38 PM, Jiri Denemark wrote:
The URI parameter is optional and xen:/// is not the default connection URI.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK.
diff --git a/tools/virsh.pod b/tools/virsh.pod index c6a8be3..677931f 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -226,7 +226,7 @@ This command is only available in interactive mode.
Will print the current directory.
-=item B<connect> I<URI> [I<--readonly>] +=item B<connect> [I<URI>] [I<--readonly>]
(Re)-Connect to the hypervisor. When the shell is first started, this is automatically run with the I<URI> parameter requested by the C<-c> @@ -239,7 +239,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

On Mon, Dec 16, 2013 at 15:42:09 +0200, Laine Stump wrote:
On 12/16/2013 02:38 PM, Jiri Denemark wrote:
The URI parameter is optional and xen:/// is not the default connection URI.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK.
Pushed, thanks. Jirka
participants (2)
-
Jiri Denemark
-
Laine Stump