summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-05-08 20:05:06 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-05-08 20:05:06 +0000
commit72a447070604c41f534ec644a0b7c0859a6801d8 (patch)
tree5d349102270413320d7032b2bbe922e159d6ff47 /lib
parent42fd2c48023b8090b7910ba606de2861ce0e8e67 (diff)
STANDARDS not HISTORY
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/clock_gettime.211
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 6696cbfadb0..e3907c67239 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clock_gettime.2,v 1.1 1997/05/08 20:02:46 kstailey Exp $
+.\" $OpenBSD: clock_gettime.2,v 1.2 1997/05/08 20:05:05 kstailey Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -116,8 +116,9 @@ A user other than the super-user attempted to set the time.
.Xr adjtime 2 ,
.Xr ctime 3 ,
.Xr timed 8
-.Sh HISTORY
+.Sh STANDARDS
The
-.Fn gettimeofday
-function call appeared in
-.Bx 4.2 .
+.Fn clock_gettime ,
+etc.
+functions conforms to
+.St -p1003.1b-93 .