diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-01-23 14:12:48 -0800 |
---|---|---|
committer | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-01-23 14:12:48 -0800 |
commit | e5ca06ca46e4a43c146e087a0344357e9534f95e (patch) | |
tree | 88bd7621fd2148a2269cfbd3bc8eee0a0f7bf02d /regdbdump.8 | |
parent | f1a3b8ae2e553d5d0320376220ad4fedd723c8ea (diff) | |
download | crda-e5ca06ca46e4a43c146e087a0344357e9534f95e.tar.gz crda-e5ca06ca46e4a43c146e087a0344357e9534f95e.tar.bz2 crda-e5ca06ca46e4a43c146e087a0344357e9534f95e.zip |
Add regdbdump.8 man page and update Makefile
We add a man page for regdbdump and we correct some typos
on the Makefile. We now add SBINDIR and MANDIR targets as
well for installation.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'regdbdump.8')
-rw-r--r-- | regdbdump.8 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/regdbdump.8 b/regdbdump.8 new file mode 100644 index 0000000..4a9cbec --- /dev/null +++ b/regdbdump.8 @@ -0,0 +1,37 @@ +.TH regdbdump 8 "23 January 2009" "regdbdump" "Linux" +.SH NAME +regdbdump \- parse and print out regulatory rules file +.SH SYNOPSIS + +.ad l +.in +8 +.ti -8 +.B regdbdump +.RI <path-to-regulatory.bin> + + +.ad l +.in +8 +.ti -8 + +.SS +.SH Description +.B regdbdump +can be used to parse the +.B regulatory.bin +file, the Linux wireless regulatory database used by +.B crda, +and print out its contents in human readable format. +.B regdbdump +will return non zero if the digital signature +.B regdbdump +was built with cannot verify the signature of the regulatory database. +Should this happen unintentionally chances are your regulatory.bin file is +corrupted or has been tampered with. + +.SH SEE ALSO +.BR regulatory.bin (5) +.BR crda (8) +.BR iw (8) + +.BR http://wireless.kernel.org/en/developers/Regulatory/ |