Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/lib/libpthread Pull up revision 1.4 (requested by peter i...
details: https://anonhg.NetBSD.org/src/rev/515a931e2a50
branches: netbsd-3
changeset: 576297:515a931e2a50
user: tron <tron%NetBSD.org@localhost>
date: Sat Jun 18 11:01:56 2005 +0000
description:
Pull up revision 1.4 (requested by peter in ticket #473):
Fix various spelling errors.
>From Igor Sobrado in PR/29997.
diffstat:
lib/libpthread/pthread_barrier_destroy.3 | 4 ++--
lib/libpthread/pthread_cond_broadcast.3 | 6 +++---
lib/libpthread/pthread_spin_init.3 | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r d4c41e702596 -r 515a931e2a50 lib/libpthread/pthread_barrier_destroy.3
--- a/lib/libpthread/pthread_barrier_destroy.3 Sat Jun 18 11:01:51 2005 +0000
+++ b/lib/libpthread/pthread_barrier_destroy.3 Sat Jun 18 11:01:56 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_barrier_destroy.3,v 1.3 2003/07/04 08:41:25 wiz Exp $
+.\" $NetBSD: pthread_barrier_destroy.3,v 1.3.6.1 2005/06/18 11:01:56 tron Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Dt PTHREAD_BARRIER_DESTROY 3
.Os
.Sh NAME
-.Nm pthread_barrier_destory
+.Nm pthread_barrier_destroy
.Nd destroy a barrier
.Sh LIBRARY
.Lb libpthread
diff -r d4c41e702596 -r 515a931e2a50 lib/libpthread/pthread_cond_broadcast.3
--- a/lib/libpthread/pthread_cond_broadcast.3 Sat Jun 18 11:01:51 2005 +0000
+++ b/lib/libpthread/pthread_cond_broadcast.3 Sat Jun 18 11:01:56 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond_broadcast.3,v 1.3 2003/07/04 08:36:06 wiz Exp $
+.\" $NetBSD: pthread_cond_broadcast.3,v 1.3.6.1 2005/06/18 11:01:56 tron Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -77,7 +77,7 @@
If no threads are waiting on
.Fa cond ,
the
-.Fn pthead_cond_broadcast
+.Fn pthread_cond_broadcast
function has no effect.
.Pp
The
@@ -87,7 +87,7 @@
If no threads are waiting on
.Fa cond ,
the
-.Fn pthead_cond_signal
+.Fn pthread_cond_signal
function has no effect.
.Sh RETURN VALUES
If successful, the
diff -r d4c41e702596 -r 515a931e2a50 lib/libpthread/pthread_spin_init.3
--- a/lib/libpthread/pthread_spin_init.3 Sat Jun 18 11:01:51 2005 +0000
+++ b/lib/libpthread/pthread_spin_init.3 Sat Jun 18 11:01:56 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_spin_init.3,v 1.3 2003/07/04 08:36:06 wiz Exp $
+.\" $NetBSD: pthread_spin_init.3,v 1.3.6.1 2005/06/18 11:01:56 tron Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -60,7 +60,7 @@
function shall fail if:
.Bl -tag -width Er
.It Bq Er ENOMEM
-Insuffucent memory exists to initialize the lock.
+Insufficient memory exists to initialize the lock.
.El
.Pp
The
Home |
Main Index |
Thread Index |
Old Index