diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-08 13:36:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-08 13:36:21 +0000 |
commit | 6e8fc9a1adf30acd4571d405b622b07cb8842abb (patch) | |
tree | dc9fbf8786f0720030239cf225a0d531b79667ca /share/man | |
parent | 67331b0979154f3326d4bff0aaed64806de7e2b3 (diff) |
missing word;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mutex.9 | 4 |
1 files 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 <pedro@ambientworks.net> .\" 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 |