From c3674de413d93503f2106c76c4cdb456d17e0aad Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 11 Jan 2005 17:37:33 +0000 Subject: use macro for /usr/local/plan9 --- man/man3/needstack.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man3/needstack.3') diff --git a/man/man3/needstack.3 b/man/man3/needstack.3 index 31588f68..cf13809d 100644 --- a/man/man3/needstack.3 +++ b/man/man3/needstack.3 @@ -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) -- cgit v1.2.3