Date: Sun, 23 Aug 2009 05:49:12 +0000 (UTC) From: Joseph Koshy <jkoshy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r196438 - head/lib/libpmc Message-ID: <200908230549.n7N5nCCS048130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908230549.n7N5nCCS048130>