mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
docs: Correct dbus graphics' accepted p2p values
The attribute is used (and formatted) as virTristateBool() and even in schema defined as virYesNo, so the values are supposed to be `yes` and `no`. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b0527a8f8e
commit
63c0f15f09
@ -6740,7 +6740,7 @@ interaction with the admin.
|
||||
|
||||
<graphics type='dbus'/>
|
||||
|
||||
``p2p`` (accepts ``on`` or ``off``) enables peer-to-peer connections,
|
||||
``p2p`` (accepts ``yes`` or ``no``) enables peer-to-peer connections,
|
||||
established through virDomainOpenGraphics() APIs.
|
||||
|
||||
``address`` (accepts a `D-Bus address
|
||||
|
Loading…
x
Reference in New Issue
Block a user