summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-02-13 14:23:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-02-13 14:23:06 +0000
commit746c6d2ca7d50dfd22b30e966e854040369ab1d5 (patch)
treeb9e60218a33585f9c99dbd80dc259a22c64e901d /share/man
parente356ac79d7f0368313ee5c30da2ef897b584585b (diff)
lowercase non-capital;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mutex.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index 22b2ad7a100..661a74d2e52 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mutex.9,v 1.21 2014/02/13 13:16:40 dlg Exp $
+.\" $OpenBSD: mutex.9,v 1.22 2014/02/13 14:23:05 jmc Exp $
.\"
.\" Copyright (c) 2005 Pedro Martelletto <pedro@ambientworks.net>
.\" All rights reserved.
@@ -100,7 +100,7 @@ was initialised with.
.Sh RETURN VALUES
The
.Fn mtx_enter_try
-function will return non-zero If it succeeds in acquiring the mutex
+function will return non-zero if it succeeds in acquiring the mutex
.Fa mtxp ,
otherwise it will return 0.
.Sh SEE ALSO