summaryrefslogtreecommitdiffstats
path: root/doc/Thread.3
diff options
context:
space:
mode:
authordavidw <davidw@noemail.net>2005-02-06 22:14:19 (GMT)
committerdavidw <davidw@noemail.net>2005-02-06 22:14:19 (GMT)
commit40c8843162bf54f134830b2f36c74782548952f3 (patch)
tree11b3e0527f9fdfcd905480de64c4cf2062d580e9 /doc/Thread.3
parente7af48ebbf72818d8c325d819ae904efeb921712 (diff)
downloadtcl-40c8843162bf54f134830b2f36c74782548952f3.zip
tcl-40c8843162bf54f134830b2f36c74782548952f3.tar.gz
tcl-40c8843162bf54f134830b2f36c74782548952f3.tar.bz2
* doc/Thread.3: One-word grammar fix.
FossilOrigin-Name: 26297cfe32e4bb02721d7275bf478b25a18b7f26
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 069a9c3..de0b0e3 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.22 2005/02/05 09:15:42 davidw Exp $
+'\" RCS: @(#) $Id: Thread.3,v 1.23 2005/02/06 22:14:26 davidw Exp $
'\"
.so man.macros
.TH Threads 3 "8.1" Tcl "Tcl Library Procedures"
@@ -109,7 +109,7 @@ specified value for the stack size is ignored on these systems.
Windows currently does not support joinable threads. This
flag value is therefore ignored on this platform.
.PP
-Tcl does provide \fBTcl_ExitThread\fR and \fBTcl_FinalizeThread\fR
+Tcl provides the \fBTcl_ExitThread\fR and \fBTcl_FinalizeThread\fR functions
for terminating threads and invoking optional per-thread exit
handlers. See the \fBTcl_Exit\fR page for more information on these
procedures.