Module Name:    src
Committed By:   wiz
Date:           Sat Nov  3 09:20:36 UTC 2012

Modified Files:
        src/lib/libpthread: pthread_condattr.3

Log Message:
Fix pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/lib/libpthread/pthread_condattr.3:1.9
--- src/lib/libpthread/pthread_condattr.3:1.8	Sat Nov  3 03:10:50 2012
+++ src/lib/libpthread/pthread_condattr.3	Sat Nov  3 09:20:36 2012
@@ -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

Reply via email to