summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-04-19 16:12:06 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-04-19 16:12:06 +0000
commit828f18db67a27733daa1cb6e9eabcb9c0d68d808 (patch)
tree836a90af7eb260f4e0b3072f027d63398c6b8d0a /lib/libc/gen
parentb236203f3aefd714b7d79be411976c4a048f5f35 (diff)
add clock_gettime to see also. i think guenther was ok with this.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/time.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3
index 3fa0aaa1e1e..4f3af415ddd 100644
--- a/lib/libc/gen/time.3
+++ b/lib/libc/gen/time.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: time.3,v 1.12 2007/05/31 19:19:29 jmc Exp $
+.\" $OpenBSD: time.3,v 1.13 2013/04/19 16:12:05 tedu 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: May 31 2007 $
+.Dd $Mdocdate: April 19 2013 $
.Dt TIME 3
.Os
.Sh NAME
@@ -70,6 +70,7 @@ The following error codes may be set in
An argument address referenced invalid memory.
.El
.Sh SEE ALSO
+.Xr clock_gettime 2 ,
.Xr gettimeofday 2 ,
.Xr ctime 3
.Sh HISTORY