summaryrefslogtreecommitdiffstats
path: root/doc/Thread.3
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-04-16 20:44:17 (GMT)
committerdgp <dgp@noemail.net>2004-04-16 20:44:17 (GMT)
commitce12a485248bce458ce803e41d9e8240730ea4e2 (patch)
treeca3d0c80cca26a506371a5c7c738804c7ede6282 /doc/Thread.3
parent7322a60f0ea5e7b04e02a2b1d2c4024b58a2ba43 (diff)
downloadtcl-ce12a485248bce458ce803e41d9e8240730ea4e2.zip
tcl-ce12a485248bce458ce803e41d9e8240730ea4e2.tar.gz
tcl-ce12a485248bce458ce803e41d9e8240730ea4e2.tar.bz2
Corrected type error in synopsis.
FossilOrigin-Name: 54aab9286c3e22bec69d0e476e25b851e3d022c7
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 7f4f3fe..984b9fd 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.15 2004/03/17 18:14:12 das Exp $
+'\" RCS: @(#) $Id: Thread.3,v 1.16 2004/04/16 20:44:18 dgp 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.