diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-24 02:26:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-24 02:26:07 +0000 |
commit | 72b4ce70a9d6f80795aec0863310ca9841e9450c (patch) | |
tree | 0dacb608ca60616135294aa47f77c72232e29eb2 /share | |
parent | d21cf289e8a11e241c843eb635ea02322717c62e (diff) |
of of
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/pool.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index 2ccb9ef854d..11c48c3b421 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.21 2002/12/20 08:06:55 art Exp $ +.\" $OpenBSD: pool.9,v 1.22 2003/02/24 02:26:06 deraadt Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -185,7 +185,7 @@ allocates an item from the pool and returns a pointer to it. .It Fa pp The handle identifying the pool resource instance. .It Fa flags -One or more of of +One or more of .Dv PR_URGENT , .Dv PR_WAITOK or |