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

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