diff options
author | 2013-07-17 05:42:10 +0000 | |
---|---|---|
committer | 2013-07-17 05:42:10 +0000 | |
commit | 23fbb714ee0d9e87b8c1fa165af1f555294785eb (patch) | |
tree | 248b04849e966acb09eff7ac5b30e5ad56bcc86c /lib/libc/gen/time.3 | |
parent | Enable jfb-style acceleration on XVR-600. (diff) | |
download | wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.tar.xz wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.zip |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/gen/time.3')
-rw-r--r-- | lib/libc/gen/time.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index a95d6c4f9ad..53cfaba40b3 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.3,v 1.14 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: time.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt TIME 3 .Os .Sh NAME @@ -76,8 +76,8 @@ An argument address referenced invalid memory. .Sh HISTORY A .Fn time -function appeared in -.At v2 +system call first appeared in +.At v1 and used to return time in sixtieths of a second in 32 bits, which was to guarantee a crisis every 2.26 years. Since |