Blame SOURCES/0062-Add-example-of-an-oVirt-URI-to-the-manpage.patch

4ab194
From f0b52036b3928b4a510562356e06e7e10df1bfca Mon Sep 17 00:00:00 2001
4ab194
From: Jonathon Jongsma <jjongsma@redhat.com>
4ab194
Date: Thu, 25 Sep 2014 17:26:33 -0500
4ab194
Subject: [PATCH] Add example of an oVirt URI to the manpage
4ab194
4ab194
https://bugzilla.redhat.com/show_bug.cgi?id=1142769
4ab194
(cherry picked from commit 0107214070b796ab5f00168f963081238e6379fa)
4ab194
---
4ab194
 man/remote-viewer.pod | 5 +++++
4ab194
 1 file changed, 5 insertions(+)
4ab194
4ab194
diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod
4ab194
index 1683e44..b3b0bbc 100644
4ab194
--- a/man/remote-viewer.pod
4ab194
+++ b/man/remote-viewer.pod
4ab194
@@ -306,6 +306,11 @@ To connect to VNC server on host "tsingy" with port 5900
4ab194
 
4ab194
    remote-viewer vnc://tsingy:5900
4ab194
 
4ab194
+To connect to a virtual machine named "toliara" on an oVirt server at
4ab194
+example.org
4ab194
+
4ab194
+   remote-viewer ovirt://[username@]example.org/toliara
4ab194
+
4ab194
 =head1 BUGS
4ab194
 
4ab194
 Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/virt-tools-list>