diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2009-08-23 05:49:12 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2009-08-23 05:49:12 +0000 |
commit | f3a903223d83f95858ccde2956222b475eb3e293 (patch) | |
tree | ad90e2075ce3fcfe362af1089cdaf8f1d3b5b2eb | |
parent | 0f9db0f8493ac0d56e51c12a6f1a261b1d5abb73 (diff) | |
download | FreeBSD-src-f3a903223d83f95858ccde2956222b475eb3e293.zip FreeBSD-src-f3a903223d83f95858ccde2956222b475eb3e293.tar.gz |
Fix a typo.
Reported by: John McCullough <jmccullo at cs.ucsd.edu>
-rw-r--r-- | lib/libpmc/pmc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index e1ebde0..2a1ce52 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -423,7 +423,7 @@ The PMCs would then be started using function .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 |