]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix multiUser/replaceUser in RDP display doc.
authorDawid Zamirski <dzamirski@datto.com>
Tue, 10 Oct 2017 21:52:02 +0000 (17:52 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 17 Oct 2017 22:33:30 +0000 (18:33 -0400)
The original description from commit id '24e0171b' got it backwards.

docs/formatdomain.html.in

index b93ace7cbad8af486751163dc97a321c4a1a24c0..b7e145e0fa1ca8ae27cba65a5e50c0bfd0fad7bd 100644 (file)
@@ -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.