Module Name:    src
Committed By:   maxv
Date:           Sat Aug 15 10:18:07 UTC 2015

Modified Files:
        src/share/man/man9: pool.9

Log Message:
Remove POOL_INIT() (does not exist).


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/pool.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pool.9
diff -u src/share/man/man9/pool.9:1.44 src/share/man/man9/pool.9:1.45
--- src/share/man/man9/pool.9:1.44	Mon Nov 14 02:38:05 2011
+++ src/share/man/man9/pool.9	Sat Aug 15 10:18:07 2015
@@ -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 fro
 .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

Reply via email to