]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Clarify chardev protocol
authorJohn Ferlan <jferlan@redhat.com>
Thu, 9 Jun 2016 19:22:19 +0000 (15:22 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 14 Jun 2016 12:41:45 +0000 (08:41 -0400)
Add a slight clarification to usage of "telnet", "telnets", or "tls" as
the protocol type value.

Signed-off-by: John Ferlan <jferlan@redhat.com>
docs/formatdomain.html.in

index daa089117d38dee78b060fe294b9e19119115d02..82b6aae7e64107e84d3b84a620f2748f37e0e056 100644 (file)
@@ -5961,9 +5961,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>