diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-28 05:37:29 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-28 05:37:29 +0000 |
commit | 6bde8dfc3549a224d82897164d4e611ff3b32339 (patch) | |
tree | 649862c7db242afb3e1a728542cad70879981863 /share | |
parent | 44864f7dedd9d09c8e4ab86f53819ae11459aa92 (diff) |
It's actually "up-front". Alphabetical order for references at the
end, and uncomment uvm(9).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/pool.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index 9b6c289b0b1..6c5d8f3f7a9 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.10 2001/05/28 05:34:46 angelos Exp $ +.\" $OpenBSD: pool.9,v 1.11 2001/05/28 05:37:28 angelos Exp $ .\" $NetBSD: pool.9,v 1.13 1999/04/03 14:50:21 msaitoh Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -312,7 +312,7 @@ The number pages in the pool will not decrease below the required value to accommodate the minimum number of items specified by this function. Unlike .Fn pool_prime , -this function does not allocate the necessary memory up front. +this function does not allocate the necessary memory up-front. .El .Ss POTENTIAL PITFALLS Note that undefined behaviour results when mixing the storage providing @@ -329,9 +329,9 @@ Pool usage logs can be enabled by defining the compile-time option The pool manager is implemented in the file .Pa sys/kern/subr_pool.c . .Sh SEE ALSO +.Xr free 9 , .Xr malloc 9 , -.Xr free 9 -.\" .Xr uvm 9 +.Xr uvm 9 .Sh HISTORY The pool manager first appeared in .Nx 1.4 |