aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2006-11-04 09:35:36 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2006-11-04 09:35:36 +0000
commit137e54d3db759a6983d71e1ded4277aecdb6a4d1 (patch)
treebb2baf5edf4d7344d3710db12bf326592bd674fa
parent11acae799aa712b9e7a65a02b8f8ec297ff8ea46 (diff)
Notes
-rw-r--r--lib/libc/sys/clock_gettime.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index beb0bd8a3ebf..7ec112f87b5b 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 18, 2005
+.Dd November 4, 2006
.Dt CLOCK_GETTIME 2
.Os
.Sh NAME
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.In sys/time.h
+.In time.h
.Ft int
.Fn clock_gettime "clockid_t clock_id" "struct timespec *tp"
.Ft int
@@ -82,7 +82,7 @@ kernel mode.
The structure pointed to by
.Fa tp
is defined in
-.In sys/time.h
+.In sys/timespec.h
as:
.Pp
.Bd -literal