aboutsummaryrefslogtreecommitdiff
path: root/man/man3/pool.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/pool.3')
-rw-r--r--man/man3/pool.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/pool.3 b/man/man3/pool.3
index af683c9c..12be5792 100644
--- a/man/man3/pool.3
+++ b/man/man3/pool.3
@@ -320,10 +320,10 @@ is set,
fills the passed block with garbage rather than
return it to the free pool.
.SH SOURCE
-.B /sys/src/libc/port/pool.c
+.B /usr/local/plan9/src/libc/port/pool.c
.SH SEE ALSO
.IR malloc (3),
.IR brk (3)
.PP
-.B /sys/src/libc/port/malloc.c
+.B /usr/local/plan9/src/libc/port/malloc.c
is a complete example.