From: Martin Kletzander Date: Tue, 11 Mar 2025 12:13:55 +0000 (+0100) Subject: docs: Correct dbus graphics' accepted p2p values X-Git-Tag: v11.2.0-rc1~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63c0f15f098db40356a623b91c60458b7f0b0243;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Michal Privoznik --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 4d03768c5f..3bbf94e192 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6740,7 +6740,7 @@ interaction with the admin. - ``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