Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Fix a typo : pthread_mutexaddr_init -> pthrea...
details: https://anonhg.NetBSD.org/src/rev/90813cd80c97
branches: trunk
changeset: 351101:90813cd80c97
user: njoly <njoly%NetBSD.org@localhost>
date: Thu Feb 02 10:48:22 2017 +0000
description:
Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
diffstat:
lib/libpthread/pthread_mutexattr.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ec2ff0977bba -r 90813cd80c97 lib/libpthread/pthread_mutexattr.3
--- a/lib/libpthread/pthread_mutexattr.3 Thu Feb 02 10:29:10 2017 +0000
+++ b/lib/libpthread/pthread_mutexattr.3 Thu Feb 02 10:48:22 2017 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index