diff options
author | 2002-01-24 21:15:20 +0000 | |
---|---|---|
committer | 2002-01-24 21:15:20 +0000 | |
commit | daffb2dc581bd6fc2f5b3fb895c6e0fe789377bd (patch) | |
tree | 2873a9a383a6b54870c01baa66bf3d065c6bc29a /lib/libc | |
parent | need misc.h for set_nodelay() (diff) | |
download | wireguard-openbsd-daffb2dc581bd6fc2f5b3fb895c6e0fe789377bd.tar.xz wireguard-openbsd-daffb2dc581bd6fc2f5b3fb895c6e0fe789377bd.zip |
ellaborate on history
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/time.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index eb02139ee9b..4689451454a 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.3,v 1.8 2000/12/24 00:30:52 aaron Exp $ +.\" $OpenBSD: time.3,v 1.9 2002/01/24 21:15:20 mickey Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,4 +80,11 @@ An argument address referenced invalid memory. A .Fn time function appeared in -.At v6 . +.At v2 +and used to return time in sixtieths of a second in 32 bits, +which was to guarantee a crisis every 2.26 years. +Since the +.At v6 +.Fn time +scale was changed to seconds extending the pre-crisis stagnation +period up to a total of 68 years. |