[libvirt] [PATCH 3/3] docs: Fix multiUser/replaceUser in RDP display doc.

Dawid Zamirski dzamirski at datto.com
Tue Oct 10 21:52:02 UTC 2017


The original description got it backwards.
---
 docs/formatdomain.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c0e3c2221..19a778bce 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -6045,9 +6045,9 @@ qemu-kvm -net nic,model=? /dev/null
               TCP port number (with -1 as legacy syntax indicating that it should
               be auto-allocated). The <code>autoport</code> attribute is the new
               preferred syntax for indicating auto-allocation of the TCP port to
-              use. The <code>replaceUser</code> attribute is a boolean deciding
+              use. The <code>multiUser</code> attribute is a boolean deciding
               whether multiple simultaneous connections to the VM are permitted.
-              The <code>multiUser</code> attribute is a boolean deciding whether
+              The <code>replaceUser</code> attribute is a boolean deciding whether
               the existing connection must be dropped and a new connection must
               be established by the VRDP server, when a new client connects in
               single connection mode.
-- 
2.14.2




More information about the libvir-list mailing list