From bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 11 Apr 2004 03:42:27 +0000 Subject: Rewrite page(2) references to page(3). Add description of new libmach. --- man/man3/pool.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man3/pool.3') diff --git a/man/man3/pool.3 b/man/man3/pool.3 index 0c9a8d49..af683c9c 100644 --- a/man/man3/pool.3 +++ b/man/man3/pool.3 @@ -213,7 +213,7 @@ when finished. When internal corruption is detected, .B panic is called with a -.IR print (2) +.IR print (3) style argument that specifies what happened. It is assumed that .B panic @@ -222,7 +222,7 @@ When the pool routines wish to convey a message to the caller (usually because logging is turned on; see below), .B print is called, also with a -.IR print (2) +.IR print (3) style argument. .PP .B Flags @@ -322,8 +322,8 @@ return it to the free pool. .SH SOURCE .B /sys/src/libc/port/pool.c .SH SEE ALSO -.IR malloc (2), -.IR brk (2) +.IR malloc (3), +.IR brk (3) .PP .B /sys/src/libc/port/malloc.c is a complete example. -- cgit v1.2.3