aboutsummaryrefslogtreecommitdiff
path: root/man/man1/acid.1
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/man1/acid.1
parentdcba4bf6bd7d7de6ee16926df2845928de52a41f (diff)
downloadplan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.gz
plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.bz2
plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.zip
use macro for /usr/local/plan9
Diffstat (limited to 'man/man1/acid.1')
-rw-r--r--man/man1/acid.118
1 files changed, 9 insertions, 9 deletions
diff --git a/man/man1/acid.1 b/man/man1/acid.1
index 1f7c2649..b1f2cd0b 100644
--- a/man/man1/acid.1
+++ b/man/man1/acid.1
@@ -80,9 +80,9 @@ Debug the kernel state for the process, rather than the user state.
At startup,
.I acid
obtains standard function definitions from the library file
-.BR /usr/local/plan9/acid/port ,
+.BR \*9/acid/port ,
architecture-dependent functions from
-.BR /usr/local/plan9/acid/$objtype ,
+.BR \*9/acid/$objtype ,
user-specified functions from
.BR $home/lib/acid ,
and further functions from
@@ -95,7 +95,7 @@ is defined, it will be invoked after all modules have been loaded.
Then the function
.IR acidmap ()
will be invoked if defined.
-.B /usr/local/plan9/acid/port
+.B \*9/acid/port
provides a definition of
.I acidmap
that attaches all the shared libraries being used by the target process
@@ -489,19 +489,19 @@ pwrite(1, "--rw-rw-r-- M 9 rob rob 2519 Mar 22 10:29 lib/profile
acid: cont()
.EE
.SH FILES
-.B /usr/local/plan9/acid/$objtype
+.B \*9/acid/$objtype
.br
-.B /usr/local/plan9/acid/port
+.B \*9/acid/port
.br
-.B /usr/local/plan9/acid/kernel
+.B \*9/acid/kernel
.br
-.B /usr/local/plan9/acid/trump
+.B \*9/acid/trump
.br
-.B /usr/local/plan9/acid/truss
+.B \*9/acid/truss
.br
.B $home/lib/acid
.SH SOURCE
-.B /usr/local/plan9/src/cmd/acid
+.B \*9/src/cmd/acid
.SH "SEE ALSO"
.IR mk (1),
.IR db (1)