summaryrefslogtreecommitdiffstats
path: root/doc/Thread.3
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-21 19:40:47 (GMT)
committerhobbs <hobbs>1999-08-21 19:40:47 (GMT)
commit4bfe5ab933e93ed3cdedf9ece36a051ac5678150 (patch)
treeff8e702132d6cefda6ada4088a6a59bd2e96027c /doc/Thread.3
parent40c26bfd1689472e72e816d33a144db9c0111f86 (diff)
downloadtcl-4bfe5ab933e93ed3cdedf9ece36a051ac5678150.zip
tcl-4bfe5ab933e93ed3cdedf9ece36a051ac5678150.tar.gz
tcl-4bfe5ab933e93ed3cdedf9ece36a051ac5678150.tar.bz2
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
Diffstat (limited to 'doc/Thread.3')
-rw-r--r--doc/Thread.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Thread.3 b/doc/Thread.3
index e31860e..9e473b8 100644
--- a/doc/Thread.3
+++ b/doc/Thread.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Thread.3,v 1.6 1999/05/06 19:14:41 stanton Exp $
+'\" RCS: @(#) $Id: Thread.3,v 1.7 1999/08/21 19:40:48 hobbs Exp $
'\"
.so man.macros
.TH Threads 3 "8.1" Tcl "Tcl Library Procedures"
@@ -124,7 +124,7 @@ upon first use.
The mutexes and condition variables are
cleaned up by process exit handlers. Thread local storage is
reclaimed during \fBTcl_FinalizeThread\fR.
-.SH CREATING THREADS
+.SH "CREATING THREADS"
The API to create threads is not finalized at this time.
There are private facilities to create threads that contain a new
Tcl interpreter, and to send scripts among threads.