summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-05-19 08:15:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-05-19 08:15:26 +0000
commit593c3eda2d43a91bbc571f6d7f76e8055b106463 (patch)
tree01df815d81756bd69c67b8a41381b29c2216f445 /lib
parentc7f7978bc966657b09c3c49047a6f0b2372ad5d6 (diff)
.Xr getitimer 2 ,
from jacob meuser;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/gettimeofday.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 42dcafb3166..93b3beaf05c 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gettimeofday.2,v 1.14 2005/03/07 23:41:53 jmc Exp $
+.\" $OpenBSD: gettimeofday.2,v 1.15 2005/05/19 08:15:25 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -121,6 +121,7 @@ A user other than the superuser attempted to set the time.
.Sh SEE ALSO
.Xr date 1 ,
.Xr adjtime 2 ,
+.Xr getitimer 2 ,
.Xr ctime 3 ,
.Xr timed 8
.Sh HISTORY