diff options
| author | njoly <njoly@NetBSD.org> | 2017-02-02 10:48:22 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2017-02-02 10:48:22 +0000 |
| commit | 7fd77b5d61c0ee7e1d84c4ee97e074ead365dff6 (patch) | |
| tree | b99a555d3cc395b35af92c45c198ab620ad64655 /lib/libpthread | |
| parent | 620d6700083c7674aa15514418a0f1fc795c923f (diff) | |
Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_mutexattr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_mutexattr.3 b/lib/libpthread/pthread_mutexattr.3 index c4c48cb49dd..34fb09651b2 100644 --- a/lib/libpthread/pthread_mutexattr.3 +++ b/lib/libpthread/pthread_mutexattr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_mutexattr.3,v 1.13 2016/07/05 10:04:17 wiz Exp $ +.\" $NetBSD: pthread_mutexattr.3,v 1.14 2017/02/02 10:48:22 njoly Exp $ .\" .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -173,7 +173,7 @@ Attempts to unlock an already unlocked mutex will result in undefined behavior. .Pp This is the default mutex type for -.Fn pthread_mutexaddr_init . +.Fn pthread_mutexattr_init . .El .Pp The |
