summaryrefslogtreecommitdiffstats
path: root/share/man/man4/cpufreq.4
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2010-01-12 17:59:58 +0000
committergavin <gavin@FreeBSD.org>2010-01-12 17:59:58 +0000
commit0c2da89ac473d10c99cb369963dc789d04986c15 (patch)
treef52412ec9c9567185e18aa60f11d73740d901597 /share/man/man4/cpufreq.4
parentca52a33d35801acbecacc860b4d4ef79fa67cb48 (diff)
downloadFreeBSD-src-0c2da89ac473d10c99cb369963dc789d04986c15.zip
FreeBSD-src-0c2da89ac473d10c99cb369963dc789d04986c15.tar.gz
Spell "Hz" correctly wherever it is user-visible.
PR: bin/142566 Submitted by: N.J. Mann njm njm.me.uk Approved by: ed (mentor) MFC after: 2 weeks
Diffstat (limited to 'share/man/man4/cpufreq.4')
-rw-r--r--share/man/man4/cpufreq.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/cpufreq.4 b/share/man/man4/cpufreq.4
index aa1da04..bd6885e 100644
--- a/share/man/man4/cpufreq.4
+++ b/share/man/man4/cpufreq.4
@@ -234,7 +234,7 @@ The driver should set unknown or irrelevant values to
All the following elements for each setting should be returned:
.Bd -literal
struct cf_setting {
- int freq; /* CPU clock in Mhz or 100ths of a percent. */
+ int freq; /* CPU clock in MHz or 100ths of a percent. */
int volts; /* Voltage in mV. */
int power; /* Power consumed in mW. */
int lat; /* Transition latency in us. */
OpenPOWER on IntegriCloud