From b5fdd84df7c553347ca8e78f16a5c3189629b91c Mon Sep 17 00:00:00 2001 From: danger Date: Sat, 4 Nov 2006 09:35:36 +0000 Subject: - clock_gettime is in time.h instead of sys/time.h Approved by: trhodes (mentor), keramida (mentor) PR: docs/104707 MFC-after: 3 days --- lib/libc/sys/clock_gettime.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index beb0bd8..7ec112f 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 -- cgit v1.1