summaryrefslogtreecommitdiff
path: root/lib/libc/sys/clock_gettime.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/clock_gettime.2')
-rw-r--r--lib/libc/sys/clock_gettime.211
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 31f6a4eda490..0e41168d257d 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -1,5 +1,4 @@
.\" $OpenBSD: clock_gettime.2,v 1.4 1997/05/08 20:21:16 kstailey Exp $
-.\" $FreeBSD$
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,6 +31,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd May 8, 1997
.Dt CLOCK_GETTIME 2
.Os
@@ -91,7 +92,7 @@ system call even when the system is secure.
.Pp
The resolution (granularity) of a clock is returned by the
.Fn clock_getres
-call. This value is placed in a (non-NULL)
+system call. This value is placed in a (non-NULL)
.Fa *tp .
.Sh RETURN VALUES
.Rv -std
@@ -118,6 +119,8 @@ A user other than the super-user attempted to set the time.
.Sh STANDARDS
The
.Fn clock_gettime ,
-etc.\&
-functions conform to
+.Fn clock_settime ,
+and
+.Fn clock_getres
+system calls conform to
.St -p1003.1b-93 .