diff options
author | davidw <davidw> | 2005-02-06 22:14:20 (GMT) |
---|---|---|
committer | davidw <davidw> | 2005-02-06 22:14:20 (GMT) |
commit | 9486b9fc42aa6f1304cc563a7a89a82763024c63 (patch) | |
tree | 11b3e0527f9fdfcd905480de64c4cf2062d580e9 /doc | |
parent | f198740c86117c5d124f1131ff3127ba20141c68 (diff) | |
download | tcl-9486b9fc42aa6f1304cc563a7a89a82763024c63.zip tcl-9486b9fc42aa6f1304cc563a7a89a82763024c63.tar.gz tcl-9486b9fc42aa6f1304cc563a7a89a82763024c63.tar.bz2 |
* doc/Thread.3: One-word grammar fix.
Diffstat (limited to 'doc')
-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 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. |