From 323d5bdc949289134d1a3f817996c61af3758567 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 9 Jun 2016 15:22:19 -0400 Subject: [PATCH] docs: Clarify chardev protocol Add a slight clarification to usage of "telnet", "telnets", or "tls" as the protocol type value. Signed-off-by: John Ferlan --- 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 daa089117d..82b6aae7e6 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5961,9 +5961,13 @@ qemu-kvm -net nic,model=? /dev/null

Alternatively you can use telnet instead - of raw TCP. Since 0.8.5 - you can also use telnets - (secure telnet) and tls. + of raw TCP in order to utilize the telnet protocol + for the connection. +

+

+ Since 0.8.5, some hypervisors support + use of either telnets (secure telnet) or tls + (via secure sockets layer) as the transport protocol for connections.

-- 
2.39.5