diff options
author | rse <rse@FreeBSD.org> | 2004-03-05 08:42:15 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2004-03-05 08:42:15 +0000 |
commit | 9d6e226444720259e07740f63c12daffc9b793fb (patch) | |
tree | 18fcbec8a94d602ec6cef7dfcea6a40036bbd65c | |
parent | 874ac694d72b5dee797ce811694ee72cbcbef8cf (diff) | |
download | FreeBSD-src-9d6e226444720259e07740f63c12daffc9b793fb.zip FreeBSD-src-9d6e226444720259e07740f63c12daffc9b793fb.tar.gz |
fix reference to sysctl variable: machdep.an_cache_mode -> hw.an.an_cache_mode
-rw-r--r-- | usr.sbin/ancontrol/ancontrol.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.8 b/usr.sbin/ancontrol/ancontrol.8 index f6cb667..f9c6797 100644 --- a/usr.sbin/ancontrol/ancontrol.8 +++ b/usr.sbin/ancontrol/ancontrol.8 @@ -205,7 +205,7 @@ noise level for packets received from different hosts. The signal strength and noise level values are displayed in units of dBms by default. The -.Va machdep.an_cache_mode +.Va hw.an.an_cache_mode .Xr sysctl 8 variable can be set to .Cm raw , dbm |