Module Name: src
Committed By: njoly
Date: Thu Feb 2 10:48:22 UTC 2017
Modified Files:
src/lib/libpthread: pthread_mutexattr.3
Log Message:
Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libpthread/pthread_mutexattr.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_mutexattr.3
diff -u src/lib/libpthread/pthread_mutexattr.3:1.13 src/lib/libpthread/pthread_mutexattr.3:1.14
--- src/lib/libpthread/pthread_mutexattr.3:1.13 Tue Jul 5 10:04:17 2016
+++ src/lib/libpthread/pthread_mutexattr.3 Thu Feb 2 10:48:22 2017
@@ -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