man: various cleanup

Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3
Reviewed-on: https://plan9port-review.googlesource.com/2962
Reviewed-by: Russ Cox <rsc@swtch.com>
This commit is contained in:
Russ Cox 2017-07-15 20:49:52 -06:00
parent a18efdbab8
commit b546bd6e72
26 changed files with 43 additions and 49 deletions

View file

@ -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