Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Remove POOL_INIT() (does not exist).
details: https://anonhg.NetBSD.org/src/rev/ba0370cb14bd
branches: trunk
changeset: 339878:ba0370cb14bd
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Aug 15 10:18:07 2015 +0000
description:
Remove POOL_INIT() (does not exist).
diffstat:
share/man/man9/pool.9 | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
diffs (36 lines):
diff -r 3434df3974e1 -r ba0370cb14bd share/man/man9/pool.9
--- a/share/man/man9/pool.9 Sat Aug 15 09:56:15 2015 +0000
+++ b/share/man/man9/pool.9 Sat Aug 15 10:18:07 2015 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index