diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-09 08:51:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-09 08:51:55 +0000 |
commit | e44b0e4328e94ad4ea7902ea5ca115511b68e0c1 (patch) | |
tree | 184257a67cce34357064f3840bf61eb77382c597 /share/man/man9 | |
parent | f96e6da97946c934d60bae5d8a007f804f8c8567 (diff) |
grammar;
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/pool.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index 1d341e2ac62..f04eb490065 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.30 2005/09/09 03:38:08 pedro Exp $ +.\" $OpenBSD: pool.9,v 1.31 2005/09/09 08:51:54 jmc Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -162,10 +162,10 @@ The back-end allocator used to manage the memory for the pool. .Fa palloc may be .Dv NULL , -in which case the pool manager uses a interrupt safe allocator. -It is recommended to set this to +in which case the pool manager uses an interrupt safe allocator. +It is recommended that this be set to .Em pool_allocator_nointr -if the pool will never be accessed in interrupt context. +if the pool will never be accessed in an interrupt context. .El .Ss DESTROYING A POOL The |