Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/4706694b8435
branches:  trunk
changeset: 782450:4706694b8435
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Nov 03 09:20:36 2012 +0000

description:
Fix pasto.

diffstat:

 lib/libpthread/pthread_condattr.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 574495f0b9b1 -r 4706694b8435 lib/libpthread/pthread_condattr.3
--- a/lib/libpthread/pthread_condattr.3 Sat Nov 03 08:01:36 2012 +0000
+++ b/lib/libpthread/pthread_condattr.3 Sat Nov 03 09:20:36 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_condattr.3,v 1.8 2012/11/03 03:10:50 christos Exp $
+.\" $NetBSD: pthread_condattr.3,v 1.9 2012/11/03 09:20:36 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,7 +63,7 @@
 .Ft int
 .Fn pthread_condattr_init "pthread_condattr_t *attr"
 .Ft int
-.Fn pthread_condattr_init "pthread_condattr_t *attr" "clockid_t clock"
+.Fn pthread_condattr_setclock "pthread_condattr_t *attr" "clockid_t clock"
 .Ft int
 .Fn pthread_condattr_destroy "pthread_condattr_t *attr"
 .Sh DESCRIPTION



Home | Main Index | Thread Index | Old Index