diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-31 00:38:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-31 00:38:28 +0000 |
commit | 8d7e31dc1a81c4e63b4f5022186f2a529198c3ac (patch) | |
tree | d18e7a568bb37829d88637ae991539d3c62b2597 | |
parent | 7c36d2873ce00fe3e7451951f1ab61aa163c6ec3 (diff) |
remove obsolete reference to "storage" parameter;
ok tedu@
-rw-r--r-- | share/man/man9/pool.9 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index bfba2da7ae3..c38fc7eb969 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.26 2003/12/30 21:27:44 jmc Exp $ +.\" $OpenBSD: pool.9,v 1.27 2003/12/31 00:38:27 jmc Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -244,14 +244,9 @@ A pointer to a pool item previously obtained by .Ss PRIMING A POOL .Fn pool_prime adds items to the pool. -Storage space for the items is either allocated by using the page allocation +Storage space for the items is allocated by using the page allocation routine specified to -.Fn pool_init , -or provided to -.Fn pool_prime -by the caller through the -.Fa storage -parameter. +.Fn pool_init . .Pp .Fn pool_prime .Bl -tag -offset indent -width "nitems" |