From 6e8fc9a1adf30acd4571d405b622b07cb8842abb Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 8 Sep 2009 13:36:21 +0000 Subject: missing word; --- share/man/man9/mutex.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index f1dd05cb9ab..37ccd3d2253 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mutex.9,v 1.11 2009/09/08 06:02:47 deraadt Exp $ +.\" $OpenBSD: mutex.9,v 1.12 2009/09/08 13:36:20 jmc Exp $ .\" .\" Copyright (c) 2005 Pedro Martelletto .\" All rights reserved. @@ -57,7 +57,7 @@ function acquires a mutex, spinning if necessary. The .Fn mtx_enter_try function attempts to acquire a mutex. -If it succeeds in acquiring the mutex it will non-zero, otherwise +If it succeeds in acquiring the mutex it will return non-zero, otherwise it will return 0. .Pp The -- cgit v1.2.3