summaryrefslogtreecommitdiffstats
path: root/doc/Thread.3
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2023-05-24 23:17:17 (GMT)
committergriffin <briang42@easystreet.net>2023-05-24 23:17:17 (GMT)
commitba261e8e87cd9fb904172ca5a43fadb8f163666a (patch)
tree07f644f0eb19d93b953c156179e27db3c292384f /doc/Thread.3
parentc3f8318a3f328bd39244bc8f88ed606848ec5b85 (diff)
parent231fd112f959c258117188b044681643f30129f1 (diff)
downloadtcl-ba261e8e87cd9fb904172ca5a43fadb8f163666a.zip
tcl-ba261e8e87cd9fb904172ca5a43fadb8f163666a.tar.gz
tcl-ba261e8e87cd9fb904172ca5a43fadb8f163666a.tar.bz2
merge trunk
Diffstat (limited to 'doc/Thread.3')
-rw-r--r--doc/Thread.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Thread.3 b/doc/Thread.3
index 51df5bb..c59a8dd 100644
--- a/doc/Thread.3
+++ b/doc/Thread.3
@@ -69,7 +69,7 @@ This procedure will act as the \fBmain()\fR of the newly created
thread. The specified \fIclientData\fR will be its sole argument.
.AP void *clientData in
Arbitrary information. Passed as sole argument to the \fIproc\fR.
-.AP int stackSize in
+.AP size_t stackSize in
The size of the stack given to the new thread.
.AP int flags in
Bitmask containing flags allowing the caller to modify behavior of