summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-12-31 00:38:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-12-31 00:38:28 +0000
commit8d7e31dc1a81c4e63b4f5022186f2a529198c3ac (patch)
treed18e7a568bb37829d88637ae991539d3c62b2597
parent7c36d2873ce00fe3e7451951f1ab61aa163c6ec3 (diff)
remove obsolete reference to "storage" parameter;
ok tedu@
-rw-r--r--share/man/man9/pool.911
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"