Source-Changes-HG archive

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

[src/netbsd-1-4]: src/share/man/man9 pullup 1.12-1.13 (fix entries for pool_p...



details:   https://anonhg.NetBSD.org/src/rev/4de087e86012
branches:  netbsd-1-4
changeset: 468236:4de087e86012
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 15 16:07:30 1999 +0000

description:
pullup 1.12-1.13 (fix entries for pool_prime, pool_sethiwat and pool_setlowat)

diffstat:

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

diffs (31 lines):

diff -r def823fe2372 -r 4de087e86012 share/man/man9/pool.9
--- a/share/man/man9/pool.9     Thu Apr 15 16:06:33 1999 +0000
+++ b/share/man/man9/pool.9     Thu Apr 15 16:07:30 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pool.9,v 1.12 1999/03/16 00:40:47 garbled Exp $
+.\"    $NetBSD: pool.9,v 1.12.2.1 1999/04/15 16:07:30 msaitoh Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -42,7 +42,10 @@
 .Nm pool_destroy ,
 .Nm pool_get ,
 .Nm pool_put ,
-.Nm pool_prime
+.Nm pool_prime ,
+.Nm pool_sethiwat ,
+.Nm pool_setlowat
+.\".Nm POOL_STORAGE_SIZE
 .Nd resource-pool manager
 .Sh SYNOPSIS
 .Fd #include <sys/pool.h>
@@ -65,7 +68,9 @@
 .Fn pool_put "struct pool *pp" "void *item"
 .Ft int
 .Fn pool_prime "struct pool *pp" "int nitems" "caddr_t storage"
+.Ft void
 .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



Home | Main Index | Thread Index | Old Index