summaryrefslogtreecommitdiff
path: root/sys/man/1/leak
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-12-31 15:53:00 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2021-12-31 15:53:00 +0000
commit2d105c2d327a7609f79d6dc75d8e8d5b4868adc2 (patch)
treef9b447755e63df4c43a1246388d94f7e2db8bcb3 /sys/man/1/leak
parent31f66da43347e73de92995b7e50f1df1c0e8131f (diff)
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu
Diffstat (limited to 'sys/man/1/leak')
-rw-r--r--sys/man/1/leak19
1 files changed, 6 insertions, 13 deletions
diff --git a/sys/man/1/leak b/sys/man/1/leak
index 6628bbe12..45d91a0a1 100644
--- a/sys/man/1/leak
+++ b/sys/man/1/leak
@@ -218,17 +218,7 @@ and
.I kmem
depend on the internal structure of the
libc pool memory allocator (see
-.IR pool (2))
-and require
-.B /sys/src/libc/port/pool.$objtype.acid
-to be present and generated from
-.BR pool.c
-as follows:
-.IP
-.EX
-% cd /sys/src/libc/port && mk pool.$objtype.acid
-.EE
-.PP
+.IR pool (2)).
Since the ANSI/POSIX environment uses a different
allocator,
.I leak
@@ -238,5 +228,8 @@ will not work on APE programs.
is not speedy, and
.I acidleak
can consume more memory than the process(es) being examined.
-
-
+.PP
+These commands require
+.B /sys/src/libc/port/pool.acid
+to be present and generated from
+.BR pool.c .