Blame SOURCES/setregdomain.1

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