[libvirt] [PATCH 2/6] docs: Clarify chardev protocol

John Ferlan jferlan at redhat.com
Tue Jun 14 00:40:24 UTC 2016


Add a slight clarification to usage of "telnet", "telnets", or "tls" as
the protocol type value.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 docs/formatdomain.html.in | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index fb3ec5e..bca9847 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -5949,9 +5949,13 @@ qemu-kvm -net nic,model=? /dev/null
 
     <p>
       Alternatively you can use <code>telnet</code> instead
-      of <code>raw</code> TCP.  <span class="since">Since 0.8.5</span>
-      you can also use <code>telnets</code>
-      (secure telnet) and <code>tls</code>.
+      of <code>raw</code> TCP in order to utilize the telnet protocol
+      for the connection.
+    </p>
+    <p>
+      <span class="since">Since 0.8.5,</span> some hypervisors support
+      use of either <code>telnets</code> (secure telnet) or <code>tls</code>
+      (via secure sockets layer) as the transport protocol for connections.
     </p>
 
 <pre>
-- 
2.5.5




More information about the libvir-list mailing list