Blame SOURCES/setregdomain.1

0bf28e
.\" Copyright 2009 Red Hat, Inc.
0bf28e
.TH segregdomain 1 2014-11-19 "CRDA" "User Commands"
0bf28e
.SH NAME
0bf28e
setregdomain \- set regulatory domain based on country code
0bf28e
.SH SYNOPSIS               
0bf28e
.B setregdomain                  
0bf28e
.SH DESCRIPTION
0bf28e
setregdomain sets the regulatory domain for your system; it takes no
0bf28e
arguments and is normally called via system script (eg, udev) rather
0bf28e
than manually by an administrator.
0bf28e
0bf28e
The regulatory domain is represented by an ISO / IEC 3166-1 alpha2
0bf28e
country code.  By default, setregdomain attempts to determine
0bf28e
the appropriate country code by examining the target of the
0bf28e
.IR /etc/localtime
0bf28e
symbolic link.  That information is used to look-up the matching
0bf28e
country code in the
0bf28e
.IR /usr/share/zoneinfo/zone.tab
0bf28e
file.
0bf28e
0bf28e
The country code look-up may fail.  This could be due to faulty
0bf28e
or incomplete information in the
0bf28e
.IR /usr/share/zoneinfo/zone.tab
0bf28e
file, or the use of an actual file rather than a symlink for
0bf28e
.IR /etc/localtime
0bf28e
, among other possibilities.  In those cases the system
0bf28e
administrator should define a COUNTRY environment variable in the
0bf28e
.IR /etc/sysconfig/regdomain
0bf28e
file.  This value will be used as the country code and the country
0bf28e
code look-up will be skipped.
0bf28e
.SH "FILES"
0bf28e
.BR /etc/sysconfig/regdomain
0bf28e
.BR /etc/localtime
0bf28e
.BR /usr/share/zoneinfo/zone.tab
0bf28e
.SH "SEE ALSO"
0bf28e
.BR iw (1)