Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 POOL_STORAGE_SIZE no longer exists.



details:   https://anonhg.NetBSD.org/src/rev/36ff579576c1
branches:  trunk
changeset: 535154:36ff579576c1
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Aug 11 11:20:48 2002 +0000

description:
POOL_STORAGE_SIZE no longer exists.

diffstat:

 share/man/man9/pool.9 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r af90e1b0ef8b -r 36ff579576c1 share/man/man9/pool.9
--- a/share/man/man9/pool.9     Sun Aug 11 10:47:24 2002 +0000
+++ b/share/man/man9/pool.9     Sun Aug 11 11:20:48 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pool.9,v 1.21 2002/02/13 08:18:49 ross Exp $
+.\"    $NetBSD: pool.9,v 1.22 2002/08/11 11:20:48 soren Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -45,7 +45,6 @@
 .Nm pool_prime ,
 .Nm pool_sethiwat ,
 .Nm pool_setlowat
-.\".Nm POOL_STORAGE_SIZE
 .Nd resource-pool manager
 .Sh SYNOPSIS
 .Fd #include \*[Lt]sys/pool.h\*[Gt]
@@ -74,7 +73,6 @@
 .Fn pool_sethiwat "struct pool *pp" "int n"
 .Ft void
 .Fn pool_setlowat "struct pool *pp" "int n"
-.Fn POOL_STORAGE_SIZE "size" "nitems"
 .Sh DESCRIPTION
 These utility routines provide management of pools of fixed-sized
 areas of memory.



Home | Main Index | Thread Index | Old Index