Remove POOL_INIT() (does not exist).

This commit is contained in:
maxv 2015-08-15 10:18:07 +00:00
parent b23b258258
commit 13c3729cf1

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pool.9,v 1.44 2011/11/14 02:38:05 jym Exp $
.\" $NetBSD: pool.9,v 1.45 2015/08/15 10:18:07 maxv Exp $
.\"
.\" Copyright (c) 1997, 1998, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd November 14, 2011
.Dd August 15, 2015
.Dt POOL 9
.Os
.Sh NAME
@ -125,17 +125,6 @@ when the pool will never be accessed from interrupt context.
.It Fa ipl
Specifies an interrupt priority level that will block all interrupt
handlers that could potentially access the pool.
.El
.Pp
The
.Fn POOL_INIT
macro can be used to both declare and initialize a resource pool.
The
.Fn POOL_INIT
macro has the same arguments as the
.Fn pool_init
function and the resource pool will be initialized automatically
during system startup.
.Ss DESTROYING A POOL
The function
.Fn pool_destroy