summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-10-29 09:45:05 +0000
committerru <ru@FreeBSD.org>2009-10-29 09:45:05 +0000
commit0bbb7d3211ce92960a2f0674218d56f0f45f9e1d (patch)
tree5fdd4c43cf4a3c701c885a2f45fc7af98e2b1da1 /share
parentfa35e40756999fe40213504ea8518b8321f46b7b (diff)
downloadFreeBSD-src-0bbb7d3211ce92960a2f0674218d56f0f45f9e1d.zip
FreeBSD-src-0bbb7d3211ce92960a2f0674218d56f0f45f9e1d.tar.gz
Back in 2003, get_cyclecount() was changed to use binuptime() instead
of nanotime(). Reflect this change in a manpage. Reviewed by: phk, markm
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/get_cyclecount.914
1 files changed, 4 insertions, 10 deletions
diff --git a/share/man/man9/get_cyclecount.9 b/share/man/man9/get_cyclecount.9
index c673111..e3be78e 100644
--- a/share/man/man9/get_cyclecount.9
+++ b/share/man/man9/get_cyclecount.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2000
+.Dd October 24, 2009
.Dt GET_CYCLECOUNT 9
.Os
.Sh NAME
@@ -65,10 +65,10 @@ do not have such a register,
so
.Fn get_cyclecount
on these platforms
-returns the number of nanoseconds
+returns a (non-monotonic) combination of numbers
represented by the
structure returned by
-.Xr nanotime 9 .
+.Xr binuptime 9 .
.Pp
The
.Tn Pentium
@@ -77,18 +77,12 @@ processors all use the
register.
.Pp
The
-.Tn Alpha
-processors use the
-.Li PCC
-register.
-.Pp
-The
.Tn IA64
processors use the
.Li AR.ITC
register.
.Sh SEE ALSO
-.Xr nanotime 9
+.Xr binuptime 9
.Sh HISTORY
The
.Fn get_cyclecount
OpenPOWER on IntegriCloud