Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 add MLINKS for pool(9).
details: https://anonhg.NetBSD.org/src/rev/0e45831735d4
branches: trunk
changeset: 471514:0e45831735d4
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Apr 03 14:50:21 1999 +0000
description:
add MLINKS for pool(9).
fix some bugs.
diffstat:
share/man/man9/Makefile | 5 ++++-
share/man/man9/pool.9 | 9 +++++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r 4a885827185b -r 0e45831735d4 share/man/man9/Makefile
--- a/share/man/man9/Makefile Sat Apr 03 14:20:57 1999 +0000
+++ b/share/man/man9/Makefile Sat Apr 03 14:50:21 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 1999/03/07 15:24:30 hwr Exp $
+# $NetBSD: Makefile,v 1.51 1999/04/03 14:50:21 msaitoh Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -80,6 +80,9 @@
mbuf.9 M_ALIGN.9 mbuf.9 MH_ALIGN.9 mbuf.9 M_LEADINGSPACE.9 \
mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \
mbuf.9 MEXTREMOVE.9 mbuf.9 MFREE.9
+MLINKS+=pool.9 pool_create.9 pool.9 pool_destroy.9 pool.9 pool_get.9 \
+ pool.9 pool_put.9 pool.9 pool_prime.9 pool.9 pool_sethiwat.9 \
+ pool.9 pool_setlowat.9
MLINKS+=rnd.9 rnd_attach_source.9 rnd.9 rnd_detach_source.9 \
rnd.9 rnd_add_data.9 rnd.9 rnd_add_uint32.9
MLINKS+=rt_timer.9 rt_timer_queue_create.9 rt_timer.9 rt_timer_queue_change.9 \
diff -r 4a885827185b -r 0e45831735d4 share/man/man9/pool.9
--- a/share/man/man9/pool.9 Sat Apr 03 14:20:57 1999 +0000
+++ b/share/man/man9/pool.9 Sat Apr 03 14:50:21 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.13 1999/04/03 14:50:21 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