diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-28 05:34:47 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-28 05:34:47 +0000 |
commit | 44864f7dedd9d09c8e4ab86f53819ae11459aa92 (patch) | |
tree | 9cccbe56884d3e2abdb8d2a0616c6c3dd3eaa83e | |
parent | db9e80bb7f743f313e900dc7462cdf1d2ba86506 (diff) |
"upfront" is not an English word.
-rw-r--r-- | share/man/man9/pool.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index d71f8051bc9..9b6c289b0b1 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.9 2001/05/27 22:11:26 angelos Exp $ +.\" $OpenBSD: pool.9,v 1.10 2001/05/28 05:34:46 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 upfront. +this function does not allocate the necessary memory up front. .El .Ss POTENTIAL PITFALLS Note that undefined behaviour results when mixing the storage providing |