Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2011 17:32:14 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228742 - head/share/man/man4
Message-ID:  <201112201732.pBKHWEQF027002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Dec 20 17:32:13 2011
New Revision: 228742
URL: http://svn.freebsd.org/changeset/base/228742

Log:
  Fix copy-paste typo.

Modified:
  head/share/man/man4/timecounters.4

Modified: head/share/man/man4/timecounters.4
==============================================================================
--- head/share/man/man4/timecounters.4	Tue Dec 20 17:10:34 2011	(r228741)
+++ head/share/man/man4/timecounters.4	Tue Dec 20 17:32:13 2011	(r228742)
@@ -87,9 +87,9 @@ where:
 is a bitmask, defining valid counter bits,
 .It Va kern.timecounter.tc. Ns Ar X Ns Va .counter
 is a present counter value,
-.It Va kern.eventtimer.tc. Ns Ar X Ns Va .frequency
+.It Va kern.timecounter.tc. Ns Ar X Ns Va .frequency
 is a counter update frequency,
-.It Va kern.eventtimer.tc. Ns Ar X Ns Va .quality
+.It Va kern.timecounter.tc. Ns Ar X Ns Va .quality
 is an integral value, defining how good is this time counter,
 comparing to others.
 Negative value means that this time counter is broken and should not be used.



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