use macro for /usr/local/plan9

This commit is contained in:
rsc 2005-01-11 17:37:33 +00:00
parent dcba4bf6bd
commit c3674de413
220 changed files with 309 additions and 302 deletions

View file

@ -50,7 +50,7 @@ like
The X Window library implementation of
.I XLookupString
allocates some very large buffers on the stack, so
.B /usr/local/plan9/src/libdraw/x11-itrans.c
.B \*9/src/libdraw/x11-itrans.c
calls
.B needstack(20*1024)
before making calls to
@ -62,8 +62,8 @@ library)
does not allocate a large enough stack, the problem is diagnosed
immediately rather than left to corrupt memory.
.SH SOURCE
.B /usr/local/plan9/src/lib9/needstack.c
.B \*9/src/lib9/needstack.c
.br
.B /usr/local/plan9/src/libthread
.B \*9/src/libthread
.SH SEE ALSO
.IR thread (3)