Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/share/man/man9 Pullup rev 1.29 (requested by simon in t...
details: https://anonhg.NetBSD.org/src/rev/4382ecccc6c2
branches: netbsd-1-6
changeset: 531050:4382ecccc6c2
user: jmc <jmc%NetBSD.org@localhost>
date: Wed Dec 24 04:46:57 2003 +0000
description:
Pullup rev 1.29 (requested by simon in ticket #1581)
Note that the fifth argument to pool_init() is "flags" and not "nitems".
diffstat:
share/man/man9/pool.9 | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diffs (34 lines):
diff -r d8370818d21d -r 4382ecccc6c2 share/man/man9/pool.9
--- a/share/man/man9/pool.9 Wed Dec 24 04:45:20 2003 +0000
+++ b/share/man/man9/pool.9 Wed Dec 24 04:46:57 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pool.9,v 1.21 2002/02/13 08:18:49 ross Exp $
+.\" $NetBSD: pool.9,v 1.21.2.1 2003/12/24 04:46:57 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -55,7 +55,7 @@
.Fa "size_t size"
.Fa "u_int align"
.Fa "u_int align_offset"
-.Fa "int nitems"
+.Fa "int flags"
.Fa "char *wchan"
.Fa "u_int pagesz"
.Fa "void *(*palloc)(unsigned long sz, int flags, int tag)"
@@ -113,13 +113,8 @@
The offset within an item to which the
.Fa align
parameter applies.
-.It Fa nitems
-Specifies the number of memory items that are allocated to
-the pool at creation time.
-This number may be zero,
-in which case
-.Fn pool_prime
-can be used at a later time to add permanent items to the pool.
+.It Fa flags
+Should be set to zero.
.It Fa wchan
The
.Sq wait channel
Home |
Main Index |
Thread Index |
Old Index