aboutsummaryrefslogtreecommitdiff
path: root/man/man3/get9root.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/get9root.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/get9root.3')
-rw-r--r--man/man3/get9root.36
1 files changed, 3 insertions, 3 deletions
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