Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.

This commit is contained in:
njoly 2017-02-02 10:48:22 +00:00
parent 30becc464a
commit cada2c18c7
1 changed files with 2 additions and 2 deletions

View File

@ -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. .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -173,7 +173,7 @@ Attempts to unlock an already unlocked
mutex will result in undefined behavior. mutex will result in undefined behavior.
.Pp .Pp
This is the default mutex type for This is the default mutex type for
.Fn pthread_mutexaddr_init . .Fn pthread_mutexattr_init .
.El .El
.Pp .Pp
The The