diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-07-13 13:18:17 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-07-13 13:18:17 +0000 |
commit | 1cfa2c3d678b67098aea458cc418125af3e2a1a8 (patch) | |
tree | ecf7dff58e130c08ab39148be63d9159e102835b /usr.sbin | |
parent | 0ad2bc31344db250594331d3cea75b62b6f34e4c (diff) | |
download | FreeBSD-src-1cfa2c3d678b67098aea458cc418125af3e2a1a8.zip FreeBSD-src-1cfa2c3d678b67098aea458cc418125af3e2a1a8.tar.gz |
Fix spelling error in sample command.
MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8 index fe1f89a..cb7a331 100644 --- a/usr.sbin/pmcstat/pmcstat.8 +++ b/usr.sbin/pmcstat/pmcstat.8 @@ -209,7 +209,7 @@ samples taken every 32768 instruction retirals and data being sampled to file .Pa sample.stat , use: -.Dl "pmccstat -O sample.stat -n 32768 -S k7-retired-instructions" +.Dl "pmcstat -O sample.stat -n 32768 -S k7-retired-instructions" .Pp To execute .Nm mozilla |