Module Name:    src
Committed By:   riz
Date:           Mon Apr 29 02:27:29 UTC 2013

Modified Files:
        src/lib/libpthread [netbsd-6]: pthread_condattr.3

Log Message:
Pull up following revision(s) (requested by enami in ticket #877):
        lib/libpthread/pthread_condattr.3: revision 1.9
Fix pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.7.8.1 -r1.7.8.2 src/lib/libpthread/pthread_condattr.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_condattr.3
diff -u src/lib/libpthread/pthread_condattr.3:1.7.8.1 src/lib/libpthread/pthread_condattr.3:1.7.8.2
--- src/lib/libpthread/pthread_condattr.3:1.7.8.1	Wed Nov 28 23:47:38 2012
+++ src/lib/libpthread/pthread_condattr.3	Mon Apr 29 02:27:29 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_condattr.3,v 1.7.8.1 2012/11/28 23:47:38 riz Exp $
+.\" $NetBSD: pthread_condattr.3,v 1.7.8.2 2013/04/29 02:27:29 riz 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

Reply via email to