diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/pool.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index 4fa9850492c..75742cf12ab 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.55 2017/08/13 20:26:33 guenther Exp $ +.\" $OpenBSD: pool.9,v 1.56 2017/08/14 09:51:35 jmc Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 13 2017 $ +.Dd $Mdocdate: August 14 2017 $ .Dt POOL_INIT 9 .Os .Sh NAME @@ -126,7 +126,7 @@ accessed in interrupt context. .It Dv PR_RWLOCK The pool will use an .Xr rwlock 9 -instead a +instead of a .Xr mutex 9 for exclusion. Requires |