diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-01-23 13:05:10 -0800 |
---|---|---|
committer | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-01-23 13:05:10 -0800 |
commit | f1a3b8ae2e553d5d0320376220ad4fedd723c8ea (patch) | |
tree | cab88b3edf789aea352d1f342b993e9ef2ff83f4 /crda.8 | |
parent | 7f123fbb65c88f4d257615935b0ae780f4059449 (diff) | |
download | crda-f1a3b8ae2e553d5d0320376220ad4fedd723c8ea.tar.gz crda-f1a3b8ae2e553d5d0320376220ad4fedd723c8ea.tar.bz2 crda-f1a3b8ae2e553d5d0320376220ad4fedd723c8ea.zip |
Fix typo on man page regarding udev rule path
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'crda.8')
-rw-r--r-- | crda.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ A udev regulatory rule must be put in place in order to receive and parse udev events from the kernel in order to get udev to call crda with the passed ISO / IEC 3166 alpha2 country code. An example udev rule which can be used (usually in -.B /etc/udev/rules.d/regulatory.bin +.B /lib/udev/rules.d/85-regulatory.rules ): .I KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="/sbin/crda" |