diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index cb06d8df241..50a2cef4de8 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_gettime.2,v 1.28 2017/12/18 05:51:53 cheloha Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.29 2017/12/18 07:15:15 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,8 +57,8 @@ which is specified by can be a value from .Xr clock_getcpuclockid 3 or -.Xr pthread_getcpuclockid 3 -or one of five predefined values: +.Xr pthread_getcpuclockid 3 , +or one of the following predefined values: .Bl -tag -width CLOCK_MONOTONIC .It Dv CLOCK_REALTIME time that increments as a wall clock should |