Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
This commit is contained in:
parent
30becc464a
commit
cada2c18c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user