Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2009 09:45:05 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198571 - head/share/man/man9
Message-ID:  <200910290945.n9T9j5NQ090375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ru
Date: Thu Oct 29 09:45:05 2009
New Revision: 198571
URL: http://svn.freebsd.org/changeset/base/198571

Log:
  Back in 2003, get_cyclecount() was changed to use binuptime() instead
  of nanotime().  Reflect this change in a manpage.
  
  Reviewed by:	phk, markm

Modified:
  head/share/man/man9/get_cyclecount.9

Modified: head/share/man/man9/get_cyclecount.9
==============================================================================
--- head/share/man/man9/get_cyclecount.9	Thu Oct 29 09:27:09 2009	(r198570)
+++ head/share/man/man9/get_cyclecount.9	Thu Oct 29 09:45:05 2009	(r198571)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910290945.n9T9j5NQ090375>