summaryrefslogtreecommitdiffstats
path: root/doc/Thread.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-23 16:15:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-23 16:15:10 (GMT)
commit633171eda92898b883b5632dd9a5693303a3ad43 (patch)
tree1c546cf4718f829a7140c619e0d46a157afcdc5e /doc/Thread.3
parentb9722ec35665151ee849b8823f0502b4d5c29b4a (diff)
parent2acd355f8dc8e75b3a63b7b1dc079ebccb3a2701 (diff)
downloadtcl-633171eda92898b883b5632dd9a5693303a3ad43.zip
tcl-633171eda92898b883b5632dd9a5693303a3ad43.tar.gz
tcl-633171eda92898b883b5632dd9a5693303a3ad43.tar.bz2
Merge 8.7
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