Module Name: src
Committed By: bad
Date: Thu Dec 24 22:45:15 UTC 2009
Modified Files:
src/share/man/man9: pool_cache.9
Log Message:
Fix argument names in description of pool_cache_init().
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/pool_cache.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/pool_cache.9
diff -u src/share/man/man9/pool_cache.9:1.13 src/share/man/man9/pool_cache.9:1.14
--- src/share/man/man9/pool_cache.9:1.13 Thu Oct 15 20:50:13 2009
+++ src/share/man/man9/pool_cache.9 Thu Dec 24 22:45:15 2009
@@ -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: