summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:21:59 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:43 +0200
commita0cf5844f39a78806b866311c7119db65ab13de1 (patch)
treed2fd11e3b47f89859717201c1f4c577866db27ef /development
parentb6c22a2020b8303f3e03caddca4651b79a1f6fb1 (diff)
downloadslackbuilds-a0cf5844f39a78806b866311c7119db65ab13de1.tar.gz
development/thread: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/thread/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/development/thread/README b/development/thread/README
index 4c72291b24..e5e95c699c 100644
--- a/development/thread/README
+++ b/development/thread/README
@@ -1,8 +1,11 @@
Tcl Thread extension.
+
You can use this extension to gain script-level access to Tcl
threading capabilities.
-The extension can be used with Tcl cores starting from Tcl8.4 and later.
-Also, this extension supports, i.e. can be used as a loadable module of,
-AOLserver 4.x series of the highly-scalable web server from America Online.
+
+The extension can be used with Tcl cores starting from Tcl8.4 and
+later. Also, this extension supports, i.e. can be used as a loadable
+module of, AOLserver 4.x series of the highly-scalable web server from
+America Online.
You need to have your Tcl core compiled with "--enable-threads".