diff options
author | 2005-05-19 08:15:25 +0000 | |
---|---|---|
committer | 2005-05-19 08:15:25 +0000 | |
commit | 100165a61968641e27cbc86d8a9186871147d7fb (patch) | |
tree | c97cc29343e79875cc378c771572270fe013dfdb /lib/libc | |
parent | KNF, no binary change; ok jaredy@ (diff) | |
download | wireguard-openbsd-100165a61968641e27cbc86d8a9186871147d7fb.tar.xz wireguard-openbsd-100165a61968641e27cbc86d8a9186871147d7fb.zip |
.Xr getitimer 2 ,
from jacob meuser;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 3 |
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 |