summaryrefslogtreecommitdiff
path: root/lib/libc/sys/gettimeofday.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/gettimeofday.2')
-rw-r--r--lib/libc/sys/gettimeofday.210
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 38a2554d751..823801f0e3f 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gettimeofday.2,v 1.23 2013/04/19 16:12:05 tedu Exp $
+.\" $OpenBSD: gettimeofday.2,v 1.24 2013/07/17 05:42:11 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95
.\"
-.Dd $Mdocdate: April 19 2013 $
+.Dd $Mdocdate: July 17 2013 $
.Dt GETTIMEOFDAY 2
.Os
.Sh NAME
@@ -144,7 +144,11 @@ As predecessors of these functions, former system calls
and
.Fn stime
first appeared in
-.At v1 .
+.At v1 ,
+and
+.Fn ftime
+first appeared in
+.At v7 .
The
.Fn gettimeofday
and