diff options
author | hobbs <hobbs@noemail.net> | 1999-08-21 19:40:46 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-08-21 19:40:46 (GMT) |
commit | 8977a920bffe4364024a506ec86ae4cdc3b7c14c (patch) | |
tree | ff8e702132d6cefda6ada4088a6a59bd2e96027c /doc/Thread.3 | |
parent | 39003fb17166fbefca9ac8e8de6c9a9adba853e7 (diff) | |
download | tcl-8977a920bffe4364024a506ec86ae4cdc3b7c14c.zip tcl-8977a920bffe4364024a506ec86ae4cdc3b7c14c.tar.gz tcl-8977a920bffe4364024a506ec86ae4cdc3b7c14c.tar.bz2 |
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
Diffstat (limited to 'doc/Thread.3')
-rw-r--r-- | doc/Thread.3 | 4 |
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. |