svn commit: r196438 - head/lib/libpmc
Joseph Koshy
jkoshy at FreeBSD.org
Sun Aug 23 05:49:12 UTC 2009
Author: jkoshy
Date: Sun Aug 23 05:49:12 2009
New Revision: 196438
URL: http://svn.freebsd.org/changeset/base/196438
Log:
Fix a typo.
Reported by: John McCullough <jmccullo at cs.ucsd.edu>
Modified:
head/lib/libpmc/pmc.3
Modified: head/lib/libpmc/pmc.3
==============================================================================
--- head/lib/libpmc/pmc.3 Sun Aug 23 05:47:33 2009 (r196437)
+++ head/lib/libpmc/pmc.3 Sun Aug 23 05:49:12 2009 (r196438)
@@ -423,7 +423,7 @@ The PMCs would then be started using fun
.Fn pmc_start .
.It
Once started, the values of counting PMCs may be read using function
-.Fn pmc_start .
+.Fn pmc_read .
For PMCs that write events to the log file, this logged data would be
read and parsed using the
.Xr pmclog 3
More information about the svn-src-all
mailing list