From: Dawid Zamirski Date: Tue, 10 Oct 2017 21:52:02 +0000 (-0400) Subject: docs: Fix multiUser/replaceUser in RDP display doc. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0997257016a05ced1ba6d593e45f9148eed9c949;p=libvirt.git docs: Fix multiUser/replaceUser in RDP display doc. The original description from commit id '24e0171b' got it backwards. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index b93ace7cba..b7e145e0fa 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 autoport attribute is the new preferred syntax for indicating auto-allocation of the TCP port to - use. The replaceUser attribute is a boolean deciding + use. The multiUser attribute is a boolean deciding whether multiple simultaneous connections to the VM are permitted. - The multiUser attribute is a boolean deciding whether + The replaceUser 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.