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

2017-10-17 Thread John Ferlan


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 

I'll push this patch shortly.

John

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


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

2017-10-10 Thread Dawid Zamirski
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 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.
-- 
2.14.2

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