diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-07-08 20:09:29 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-07-08 20:09:29 +0000 |
| commit | 0fcec3f1b266efc4bfea9b541ca63027ae663fcf (patch) | |
| tree | ac828be5dcc8ab37721edd1ed00838c8d533c510 /lib/libpthread | |
| parent | baea5f9773d1045282556fcf701262f1eb2a5647 (diff) | |
Add missing word.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_mutex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_mutex.3 b/lib/libpthread/pthread_mutex.3 index 21fe44c5ccb..d18d9670516 100644 --- a/lib/libpthread/pthread_mutex.3 +++ b/lib/libpthread/pthread_mutex.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_mutex.3,v 1.2 2010/07/08 20:07:23 jruoho Exp $ +.\" $NetBSD: pthread_mutex.3,v 1.3 2010/07/08 20:09:29 jruoho Exp $ .\" .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -128,7 +128,7 @@ will not block waiting for the mutex, but will return an error condition. .\" ----- The .Fn pthread_mutex_unlock -unlocks an acquired +function unlocks an acquired .Fa mutex . When operating with the default mutex type, undefined behavior follows if a thread tries to unlock a mutex |
