[virt-tools-list] [virt-viewer] man: Improve documentation for 'version' field in vv files

Christophe Fergeau cfergeau at redhat.com
Wed Oct 22 15:54:59 UTC 2014


---
 man/remote-viewer.pod | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod
index 7e8718b..dc8b2e5 100644
--- a/man/remote-viewer.pod
+++ b/man/remote-viewer.pod
@@ -138,11 +138,15 @@ protocol:
 
 =item C<version> (string)
 
-If remote-viewer version isn't at superior or equal to the required
-version, an error is raised with the version expected.
+If remote-viewer version number isn't greater or equal to the required
+version, an error is raised with the expected version.
 
 The version format accepted is a list of integers separated by '.'.
 
+Version comparison is done by comparing each integer from the list one by
+one. If any of the component is not a number, the version comparison will fail
+and consider that the 2 versions are considered to be the same.
+
 =item C<type> (string, mandatory)
 
 The session type, either "spice", "vnc" or "ovirt".
-- 
2.1.0




More information about the virt-tools-list mailing list