diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-18 07:15:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-18 07:15:16 +0000 |
commit | d5482a20da0fe30d43a41bb4d38a669a5e8bb781 (patch) | |
tree | 0aa0ec5083ef517a665474a15cb575f78083fddb | |
parent | 8e394bb0e5f25c84775150ebb5389670cae488c7 (diff) |
let's not try to document the number of items in a list...
-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 |