summaryrefslogtreecommitdiffstats
path: root/share/man/man9/microtime.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
committerru <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
commit024faad271beb979616e7563af236c1dcc0976db (patch)
tree55387cdd0f8237d019daf115b9f1109b18fa54ef /share/man/man9/microtime.9
parent4b344b0b27bf042f8881d962c957e2cfcde2366a (diff)
downloadFreeBSD-src-024faad271beb979616e7563af236c1dcc0976db.zip
FreeBSD-src-024faad271beb979616e7563af236c1dcc0976db.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'share/man/man9/microtime.9')
-rw-r--r--share/man/man9/microtime.910
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9
index 7926dba..411f825 100644
--- a/share/man/man9/microtime.9
+++ b/share/man/man9/microtime.9
@@ -55,7 +55,7 @@ The
and
.Fn getbintime
functions store the system time as a
-.Ft struct bintime
+.Vt "struct bintime"
at the addresses specified by
.Fa bt .
The
@@ -63,19 +63,21 @@ The
and
.Fn getmicrotime
functions perform the same utility, but record the time as a
-.Ft struct timeval
+.Vt "struct timeval"
instead.
Similarly the
.Fn nanotime
and
.Fn getnanotime
functions store the time as a
-.Ft struct timespec .
+.Vt "struct timespec" .
.Pp
-.Fn Bintime ,
+The
+.Fn bintime ,
.Fn microtime ,
and
.Fn nanotime
+functions
always query the timecounter to return the current time as precisely as
possible.
Whereas
OpenPOWER on IntegriCloud