aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_condattr.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread_condattr.3')
-rw-r--r--share/man/man3/pthread_condattr.35
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3
index f3b1d3639827..33ad904f9a3d 100644
--- a/share/man/man3/pthread_condattr.3
+++ b/share/man/man3/pthread_condattr.3
@@ -52,7 +52,7 @@
.Ft int
.Fo pthread_condattr_getpshared
.Fa "pthread_condattr_t * restrict attr" "int * restrict pshared"
-.Fc
+.Fc
.Ft int
.Fn pthread_condattr_setpshared "pthread_condattr_t *attr" "int pshared"
.Sh DESCRIPTION
@@ -85,7 +85,8 @@ in
.Xr pthread_cond_timedwait 3
and may be set to
.Dv CLOCK_REALTIME
-(default)
+(default),
+.Dv CLOCK_TAI ,
or
.Dv CLOCK_MONOTONIC .
.Pp