diff options
author | jenglish <jenglish@noemail.net> | 2000-07-24 00:03:00 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2000-07-24 00:03:00 (GMT) |
commit | 8f0b62ba8d308ab83c3e0c6aac8195fcb54e6761 (patch) | |
tree | 7f70a4694958b0dba613a69a4cd1ea81c11c6975 /doc/Thread.3 | |
parent | 17830cb47c7d28893dec7eba48c6ec5c3d918bdd (diff) | |
download | tcl-8f0b62ba8d308ab83c3e0c6aac8195fcb54e6761.zip tcl-8f0b62ba8d308ab83c3e0c6aac8195fcb54e6761.tar.gz tcl-8f0b62ba8d308ab83c3e0c6aac8195fcb54e6761.tar.bz2 |
doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3,
doc/Object.3, doc/RegExp.3, doc/SetResult.3, doc/SplitList.3, doc/Thread.3:
Added missing entries to NAME sections.
doc/AddErrInfo.3, doc/CrtObjCmd.3, doc/RecEvalObj.3:
Changed Tcl_EvalObj to Tcl_EvalObjEx
FossilOrigin-Name: 68fe2a61a5e030d2764f54eb3060a99984c067a5
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 0be6879..0b7322a 100644 --- a/doc/Thread.3 +++ b/doc/Thread.3 @@ -5,13 +5,13 @@ '\" 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.12 2000/05/02 22:02:33 kupries Exp $ +'\" RCS: @(#) $Id: Thread.3,v 1.13 2000/07/24 00:03:03 jenglish Exp $ '\" .so man.macros .TH Threads 3 "8.1" Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_ConditionNotify, Tcl_ConditionWait, Tcl_ConditionFinalize, Tcl_GetThreadData, Tcl_MutexLock, Tcl_MutexUnlock, Tcl_MutexFinalize \- Tcl thread support. +Tcl_ConditionNotify, Tcl_ConditionWait, Tcl_ConditionFinalize, Tcl_GetThreadData, Tcl_MutexLock, Tcl_MutexUnlock, Tcl_MutexFinalize, Tcl_CreateThread, Tcl_JoinThread \- Tcl thread support. .SH SYNOPSIS .nf \fB#include <tcl.h>\fR |