man: Improve documentation for 'version' field in vv files

This commit is contained in:
Christophe Fergeau 2014-10-22 17:54:13 +02:00
parent 862dd22362
commit 7bc8ceea38

View File

@ -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".