OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man8 / tzselect.8
1 .\" %%%LICENSE_START(PUBLIC_DOMAIN)
2 .\" This page is in the public domain
3 .\" %%%LICENSE_END
4 .\"
5 .TH TZSELECT 8 2007-05-18 "" "Linux System Administration"
6 .SH NAME
7 tzselect \- select a timezone
8 .SH SYNOPSIS
9 .B tzselect
10 .SH DESCRIPTION
11 The
12 .B tzselect
13 program asks the user for information about the current location,
14 and outputs the resulting timezone description to standard output.
15 The output is suitable as a value for the
16 .B TZ
17 environment variable.
18 .PP
19 All interaction with the user is done via standard input and standard error.
20 .SH EXIT STATUS
21 The exit status is zero if a timezone was successfully obtained
22 from the user, nonzero otherwise.
23 .SH ENVIRONMENT
24 .TP
25 .B AWK
26 Name of a Posix-compliant
27 .I awk
28 program (default:
29 .BR awk ).
30 .TP
31 .B TZDIR
32 Name of the directory containing timezone data files (default:
33 .IR /usr/share/zoneinfo ).
34 .\" or perhaps /usr/local/etc/zoneinfo in some older systems.
35 .SH FILES
36 .TP
37 \fBTZDIR\fP\fI/iso3166.tab\fP
38 Table of ISO 3166 2-letter country codes and country names.
39 .TP
40 \fBTZDIR\fP\fI/zone.tab\fP
41 Table of country codes, latitude and longitude, TZ values, and
42 descriptive comments.
43 .TP
44 \fBTZDIR\fP\fI/\fP\fITZ\fP
45 Time zone data file for timezone
46 .IR TZ .
47 .SH SEE ALSO
48 .BR tzfile (5),
49 .BR zdump (8),
50 .BR zic (8)
51 .\" @(#)tzselect.8      1.3
52 .SH COLOPHON
53 This page is part of release 3.79 of the Linux
54 .I man-pages
55 project.
56 A description of the project,
57 information about reporting bugs,
58 and the latest version of this page,
59 can be found at
60 \%http://www.kernel.org/doc/man\-pages/.