aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2017-10-15 13:25:15 +1000
committerSteve Bennett <steveb@workware.net.au>2017-10-21 12:49:17 +1000
commitfd965a0c4f35d959d12d747e2e3162390a1579f2 (patch)
tree8495c6b685eb7f0aa37f532004c247c65907e329 /jim_tcl.txt
parentf7552be53efe1366147f6bb772d7a9121a14feec (diff)
downloadjimtcl-fd965a0c4f35d959d12d747e2e3162390a1579f2.zip
jimtcl-fd965a0c4f35d959d12d747e2e3162390a1579f2.tar.gz
jimtcl-fd965a0c4f35d959d12d747e2e3162390a1579f2.tar.bz2
aio: No need to create a new channel for ssl
Just "promote" the current channel to ssl Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index d38a6fe..633fc6c 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -4665,7 +4665,7 @@ aio
Timeout for noncanonical read (units of 0.1 seconds)
+$handle *ssl* *?-server cert priv?*+::
- Initiates a SSL/TLS session and returns a new stream
+ Upgrades the stream to a SSL/TLS session and returns the handle.
+$handle *unlock*+::
Release a POSIX lock previously acquired by `aio lock`.