summaryrefslogtreecommitdiff
path: root/eio.pod
diff options
context:
space:
mode:
authorroot <root>2011-07-14 19:31:43 +0000
committerroot <root>2011-07-14 19:31:43 +0000
commit1d951a89106ce0bcd281a76854804a558d2d3957 (patch)
tree056983719ced3e6c1ec4d7a6c6289f3ad6acc023 /eio.pod
parentc6878ac123f343a2fd7d286108ff897918678c6a (diff)
*** empty log message ***
Diffstat (limited to 'eio.pod')
-rw-r--r--eio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.pod b/eio.pod
index eaee6ba..a2ccf24 100644
--- a/eio.pod
+++ b/eio.pod
@@ -911,7 +911,7 @@ was written to use very little stackspace, but when using C<EIO_CUSTOM>
requests, you might want to increase this.
If this symbol is undefined (the default) then libeio will use its default
-stack size (C<sizeof (long) * 4096> currently). If it is defined, but
+stack size (C<sizeof (void *) * 4096> currently). If it is defined, but
C<0>, then the default operating system stack size will be used. In all
other cases, the value must be an expression that evaluates to the desired
stack size.