aboutsummaryrefslogtreecommitdiff
path: root/man/man3/needstack.3
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2017-08-01 23:51:51 +0200
committerPetter Rodhelind <petter.rodhelind@gmail.com>2017-08-01 23:51:51 +0200
commit810cecc30d4cefe40401051a8e877665292a594d (patch)
tree6565ac720dede033d0ad88bee1fc29ee38b4baad /man/man3/needstack.3
parent7d0663b7c023cd7dd2764cb232798f8bc1309c20 (diff)
parent4a8c0c75ffd40d08837d6937e1e995c68ceb276e (diff)
downloadplan9port-810cecc30d4cefe40401051a8e877665292a594d.tar.gz
plan9port-810cecc30d4cefe40401051a8e877665292a594d.tar.bz2
plan9port-810cecc30d4cefe40401051a8e877665292a594d.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'man/man3/needstack.3')
-rw-r--r--man/man3/needstack.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/needstack.3 b/man/man3/needstack.3
index cf13809d..071b8916 100644
--- a/man/man3/needstack.3
+++ b/man/man3/needstack.3
@@ -50,9 +50,9 @@ like
The X Window library implementation of
.I XLookupString
allocates some very large buffers on the stack, so
-.B \*9/src/libdraw/x11-itrans.c
+.B \*9/src/cmd/devdraw/x11-itrans.c
calls
-.B needstack(20*1024)
+.B needstack(64*1024)
before making calls to
.IR XLookupString .
If a thread (in this case, the keyboard-reading thread used