Fix pasto.
This commit is contained in:
parent
411606c690
commit
2268525138
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue