aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2017-10-21 12:48:28 +1000
committerSteve Bennett <steveb@workware.net.au>2017-10-21 12:49:10 +1000
commitf7552be53efe1366147f6bb772d7a9121a14feec (patch)
treeaab7736a9b236e49ceb7caa9cbf39d8d64b52cac /jim_tcl.txt
parent88d693ab412c65004bce5cb20c28b3c4a60d1f29 (diff)
downloadjimtcl-f7552be53efe1366147f6bb772d7a9121a14feec.zip
jimtcl-f7552be53efe1366147f6bb772d7a9121a14feec.tar.gz
jimtcl-f7552be53efe1366147f6bb772d7a9121a14feec.tar.bz2
doc: Update remaining references to os.wait
Now simply 'wait' 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 d1eaffb..d38a6fe 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -39,7 +39,7 @@ Some notable differences with Tcl 8.5/8.6 are:
4. Support for references (`ref`/`getref`/`setref`) and garbage collection
5. Builtin dictionary type (`dict`) with some limitations compared to Tcl 8.6
6. `env` command to access environment variables
-7. Operating system features: `os.fork`, `os.wait`, `os.uptime`, `signal`, `alarm`, `sleep`
+7. Operating system features: `os.fork`, `os.uptime`, `wait`, `signal`, `alarm`, `sleep`
8. Much better error reporting. `info stacktrace` as a replacement for '$errorInfo', '$errorCode'
9. Support for "static" variables in procedures
10. Threads and coroutines are not supported