diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-10-29 12:43:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-10-29 12:43:45 +0000 |
commit | 3eaf6aec12d349c3bd8b8609d774f1d816a5abd6 (patch) | |
tree | 0b24089d8598ea8764c47e3fc8ba346c22febabe /share | |
parent | 354400b7a6f00821d90f1da584558301b2599885 (diff) |
Unconfuse.
ok art@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/pool.9 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index c089f240e03..9d9db6ac77a 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.14 2001/10/04 16:56:52 mpech Exp $ +.\" $OpenBSD: pool.9,v 1.15 2001/10/29 12:43:44 espie Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -56,7 +56,7 @@ .Fa "u_int align" .Fa "u_int align_offset" .Fa "int nitems" -.Fa "char *wchan" +.Fa "char *wmesg" .Fa "u_int pagesz" .Fa "void *(*palloc)(unsigned long sz, int flags, int tag)" .Fa "void (*prelease)(void *v, unsigned long sz, int tag)" @@ -119,9 +119,7 @@ in which case .Fn pool_prime can be used at a later time to add permanent items to the pool. .It Fa wchan -The -.Sq wait channel -passed on to +The message passed on to .Xr tsleep 9 if .Fn pool_get |