Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix argument names in description of pool_cac...



details:   https://anonhg.NetBSD.org/src/rev/d069f873b0da
branches:  trunk
changeset: 750324:d069f873b0da
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Dec 24 22:45:15 2009 +0000

description:
Fix argument names in description of pool_cache_init().

diffstat:

 share/man/man9/pool_cache.9 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 67797d203d63 -r d069f873b0da share/man/man9/pool_cache.9
--- a/share/man/man9/pool_cache.9       Thu Dec 24 21:52:57 2009 +0000
+++ b/share/man/man9/pool_cache.9       Thu Dec 24 22:45:15 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pool_cache.9,v 1.13 2009/10/15 20:50:13 thorpej Exp $
+.\"    $NetBSD: pool_cache.9,v 1.14 2009/12/24 22:45:15 bad Exp $
 .\"
 .\" Copyright (c)2003 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -132,7 +132,8 @@
 .Sh FUNCTIONS
 .Bl -tag -width compact
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-.It Fn pool_cache_init "pc" "pp" "ctor" "dtor" "arg"
+.It Fn pool_cache_init "size" "align" "align_offset" "flags" \
+"name" "palloc" "ipl"  "ctor" "dtor" "arg"
 .Pp
 Allocate and initialize a pool cache.
 The arguments are:



Home | Main Index | Thread Index | Old Index