aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-09-09 17:31:16 +1000
committerSteve Bennett <steveb@workware.net.au>2016-09-09 17:37:14 +1000
commit4baa884e739b59dfd50cbf606786c41de1d289a8 (patch)
tree575d5fa4f7e4be4a097f1b98613a87890ef3ae5e /jim_tcl.txt
parentcf4ac87da5bba7e95dda8df09ef8ae63d1a2c5ee (diff)
downloadjimtcl-4baa884e739b59dfd50cbf606786c41de1d289a8.zip
jimtcl-4baa884e739b59dfd50cbf606786c41de1d289a8.tar.gz
jimtcl-4baa884e739b59dfd50cbf606786c41de1d289a8.tar.bz2
signal: Remove the signal command from child interpreters
Currently signals can only be delivered to a single interpreter. To avoid confusion where currently this is the most recently created interpreter, don't create the signal command and handle signals in child interpreters. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 7d8cd64..7db37a9 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3782,6 +3782,9 @@ Handle SIGHUP to reconfigure:
# Received SIGHUP, so reconfigure
}
+Note: signal handling is currently not supported in child interpreters.
+In these interpreters, the signal command does not exist.
+
sleep
~~~~~
+*sleep* 'seconds'+