diff options
author | tobez <tobez@FreeBSD.org> | 2003-05-01 14:19:00 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-05-01 14:19:00 +0000 |
commit | 764e08a2d9b80dbee9a9a500358eef1269bf2a66 (patch) | |
tree | 996eba19cc8379fac2d99c6b9c92bf616e5c07e0 /usr.sbin/apm | |
parent | 9692f6d9c1a7131b876808e44412c8427ea15a56 (diff) | |
download | FreeBSD-src-764e08a2d9b80dbee9a9a500358eef1269bf2a66.zip FreeBSD-src-764e08a2d9b80dbee9a9a500358eef1269bf2a66.tar.gz |
The -t flag in the retired apmconf.8 is the same as "-h false" in the
apm.8. Since the -t flag in the apm.8 is something different entirely,
the reference to -t was quite confusing. Fix that.
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/apm.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 733589b..9c8afb1 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -83,7 +83,7 @@ These options are not necessary for almost all APM implementations, but for some implementations whose .Dq Pa Idle CPU call executes both CPU clock slowdown and HLT instruction, -.Fl t +.Fl h Ar false is necessary to prevent the system from reducing its peak performance. See .Xr apm 4 |