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

Dawid Zamirski posted 3 patches 7 years, 7 months ago
[libvirt] [PATCH 3/3] docs: Fix multiUser/replaceUser in RDP display doc.
Posted by Dawid Zamirski 7 years, 7 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 3/3] docs: Fix multiUser/replaceUser in RDP display doc.
Posted by John Ferlan 7 years, 6 months ago

On 10/10/2017 05:52 PM, Dawid Zamirski wrote:
> The original description got it backwards.
> ---
>  docs/formatdomain.html.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

>From commit id '24e0171b' !!  and subsequently just carried on by
multiple people without regard to reading the wording ;-)

Reviewed-by: John Ferlan <jferlan@redhat.com>

I'll push this patch shortly.

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list