Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).

Based on submission by:	pluknet gmail com
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2009-12-29 14:29:08 +00:00
parent c64b2eba8a
commit 5d2874abdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201201
2 changed files with 7 additions and 3 deletions

View File

@ -66,6 +66,7 @@ The
function may fail for any of the reasons described in
.Xr gettimeofday 2 .
.Sh SEE ALSO
.Xr clock_gettime 2 ,
.Xr gettimeofday 2 ,
.Xr ctime 3
.Sh STANDARDS

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 4, 2006
.Dd December 29, 2009
.Dt CLOCK_GETTIME 2
.Os
.Sh NAME
@ -70,10 +70,13 @@ which starts at zero when the kernel boots and increments
monotonically in SI seconds while the machine is running,
.Dv CLOCK_VIRTUAL
for time that increments only when
the CPU is running in user mode on behalf of the calling process, or
the CPU is running in user mode on behalf of the calling process,
.Dv CLOCK_PROF
for time that increments when the CPU is running in user or
kernel mode.
kernel mode, or
.Dv CLOCK_SECOND
which returns the current second without performing a full time counter
query, using in-kernel cached value of current second.
.Pp
The structure pointed to by
.Fa tp