summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorvasiljevic <vasiljevic@noemail.net>2004-11-25 15:31:17 (GMT)
committervasiljevic <vasiljevic@noemail.net>2004-11-25 15:31:17 (GMT)
commitcac72e67f06a47c1a13a33fe44df5949b2797c39 (patch)
tree4972992e1170ec325dec403888d573572e5110a0 /doc
parent22d38766f25adddd797b45ed4b6e74691f9854b1 (diff)
downloadtcl-cac72e67f06a47c1a13a33fe44df5949b2797c39.zip
tcl-cac72e67f06a47c1a13a33fe44df5949b2797c39.tar.gz
tcl-cac72e67f06a47c1a13a33fe44df5949b2797c39.tar.bz2
Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition.
(Tcl Bug #1068077) FossilOrigin-Name: 151e6591889cc88b59ec05de0cd2d13ce7eadd73
Diffstat (limited to 'doc')
-rw-r--r--doc/Thread.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Thread.3 b/doc/Thread.3
index f65c6e3..f319d7b 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.14 2002/07/01 18:24:39 jenglish Exp $
+'\" RCS: @(#) $Id: Thread.3,v 1.14.2.1 2004/11/25 15:31:18 vasiljevic Exp $
'\"
.so man.macros
.TH Threads 3 "8.1" Tcl "Tcl Library Procedures"
@@ -46,7 +46,7 @@ int
.AS Tcl_ThreadDataKey *keyPtr
.AP Tcl_Condition *condPtr in
A condition variable, which must be associated with a mutex lock.
-.AP Tcl_Condition *mutexPtr in
+.AP Tcl_Mutex *mutexPtr in
A mutex lock.
.AP Tcl_Time *timePtr in
A time limit on the condition wait. NULL to wait forever.