diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-27 08:03:58 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-27 08:03:58 +0000 |
commit | dd2396d61fa5ae8cb4c59f99914fb0d2d568702b (patch) | |
tree | 4f99624847392ac157db7d3a3a94d38089c644d6 /share | |
parent | e04c1877fbbd6e91c81e7f583924b8d0d9682adc (diff) |
"If both ... is specified ..." is not proper english.
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 d9d243704de..a6ab4c69e70 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.7 2001/03/26 05:37:52 aaron Exp $ +.\" $OpenBSD: pool.9,v 1.8 2001/05/27 08:03:57 angelos Exp $ .\" $NetBSD: pool.9,v 1.13 1999/04/03 14:50:21 msaitoh Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -217,7 +217,7 @@ If both .Dv PR_LIMITFAIL and .Dv PR_WAITOK -is specified, and the pool has reached its hard limit, +are specified, and the pool has reached its hard limit, .Fn pool_get will return .Dv NULL |