mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-20 14:03:40 +03:00
man: Improve documentation for 'version' field in vv files
This commit is contained in:
parent
862dd22362
commit
7bc8ceea38
@ -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".
|
||||
|
Loading…
x
Reference in New Issue
Block a user