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/get9root.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man3/get9root.3') diff --git a/man/man3/get9root.3 b/man/man3/get9root.3 index 134f3054..9c9ed260 100644 --- a/man/man3/get9root.3 +++ b/man/man3/get9root.3 @@ -13,7 +13,7 @@ char* get9root(void) char* unsharp(char *path) .SH DESCRIPTION This tree of Plan 9 software is conventionally installed in -.B /usr/local/plan9 +.B \*9 but may be installed in other places (for example, users without the ability to write to .B /usr/local @@ -25,7 +25,7 @@ should contain the path to the root. returns a static pointer to the pathname of root, first checking .B $PLAN9 and defaulting to -.BR /usr/local/plan9 . +.BR \*9 . .PP The lack of a fixed location for the Plan 9 tree makes it difficult to hard-code paths @@ -65,7 +65,7 @@ snprint(buf, sizeof buf, "#9/plumb/%s", name); fd = open(unsharp(buf), OREAD); .EE .SH SOURCE -.B /usr/local/plan9/src/lib9/getns.c +.B \*9/src/lib9/getns.c .SH SEE ALSO .IR intro (4) .SH BUGS -- cgit v1.2.3