aboutsummaryrefslogtreecommitdiff
path: root/man/man3/thread.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-11 17:37:33 +0000
committerrsc <devnull@localhost>2005-01-11 17:37:33 +0000
commitc3674de413d93503f2106c76c4cdb456d17e0aad (patch)
treec941641f15616d41d9ab727aba7879cdec9f0e36 /man/man3/thread.3
parentdcba4bf6bd7d7de6ee16926df2845928de52a41f (diff)
downloadplan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.gz
plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.bz2
plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.zip
use macro for /usr/local/plan9
Diffstat (limited to 'man/man3/thread.3')
-rw-r--r--man/man3/thread.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/thread.3 b/man/man3/thread.3
index 05c19022..50bcb4e3 100644
--- a/man/man3/thread.3
+++ b/man/man3/thread.3
@@ -643,15 +643,15 @@ To create new processes, use
.\" group with
.\" .IR rfork .
.SH FILES
-.B /usr/local/plan9/acid/thread
+.B \*9/acid/thread
contains useful
.IR acid (1)
functions for debugging threaded programs.
.PP
-.B /usr/local/plan9/src/libthread/test
+.B \*9/src/libthread/test
contains some example programs.
.SH SOURCE
-.B /usr/local/plan9/src/libthread
+.B \*9/src/libthread
.SH SEE ALSO
.IR intro (3),
.IR ioproc (3)
@@ -661,8 +661,8 @@ but does not call any of its functions will not cause Unix linkers
to link the thread library, resulting in the unintelligible error:
.IP
.EX
-/usr/local/plan9/lib/lib9.a(main.o)(.text+0x17): In function `main':
-/usr/local/plan9/src/lib9/main.c:10: undefined reference to `p9main'
+\*9/lib/lib9.a(main.o)(.text+0x17): In function `main':
+\*9/src/lib9/main.c:10: undefined reference to `p9main'
.EE
.LP
or similar. To force the thread library to be linked properly in such cases,