Deleted Added
full compact
tzsetup.8 (198255) tzsetup.8 (198267)
1.\" Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.sbin/tzsetup/tzsetup.8 198255 2009-10-19 21:37:31Z edwin $
25.\" $FreeBSD: head/usr.sbin/tzsetup/tzsetup.8 198267 2009-10-20 06:54:31Z edwin $
26.Dd July 4, 2009
27.Dt TZSETUP 8
28.Os
29.Sh NAME
30.Nm tzsetup
31.Nd set local timezone
32.Sh SYNOPSIS
33.Nm
26.Dd July 4, 2009
27.Dt TZSETUP 8
28.Os
29.Sh NAME
30.Nm tzsetup
31.Nd set local timezone
32.Sh SYNOPSIS
33.Nm
34.Op Fl ns
34.Op Fl nrs
35.Op Ar zoneinfo file
36.Sh DESCRIPTION
37The
38.Nm
39utility reads a database of timezone information and presents a menu
40allowing the user to select a specific zone without knowing the details
41of the database layout.
42The selected zone is installed as the system
43default zone.
44The
45.Nm
46utility also determines whether any adjustment is necessary for systems where
47the hardware clock does not keep
48.Tn UTC .
49.Pp
50The following option is available:
51.Bl -tag -offset indent -width Fl
52.It Fl n
53Do not create or copy files.
35.Op Ar zoneinfo file
36.Sh DESCRIPTION
37The
38.Nm
39utility reads a database of timezone information and presents a menu
40allowing the user to select a specific zone without knowing the details
41of the database layout.
42The selected zone is installed as the system
43default zone.
44The
45.Nm
46utility also determines whether any adjustment is necessary for systems where
47the hardware clock does not keep
48.Tn UTC .
49.Pp
50The following option is available:
51.Bl -tag -offset indent -width Fl
52.It Fl n
53Do not create or copy files.
54.It Fl r
55Reinstall the zoneinfo file installed last time. The name is obtained from
56.Pa /var/db/zoneinfo .
54.It Fl s
55Skip the initial question about adjusting the clock if not set to
56.Tn UTC .
57.El
58.Pp
59It is possible to short-circuit the menu system by specifying the
60location of a
61.Ar zoneinfo file

--- 39 unchanged lines hidden (view full) ---

101.It Pa /usr/share/misc/iso3166
102mapping of
103.Tn ISO
1043166 territory codes to names
105.It Pa /usr/share/zoneinfo
106directory for zoneinfo files
107.It Pa /usr/share/zoneinfo/zone.tab
108mapping of timezone file to country and location
57.It Fl s
58Skip the initial question about adjusting the clock if not set to
59.Tn UTC .
60.El
61.Pp
62It is possible to short-circuit the menu system by specifying the
63location of a
64.Ar zoneinfo file

--- 39 unchanged lines hidden (view full) ---

104.It Pa /usr/share/misc/iso3166
105mapping of
106.Tn ISO
1073166 territory codes to names
108.It Pa /usr/share/zoneinfo
109directory for zoneinfo files
110.It Pa /usr/share/zoneinfo/zone.tab
111mapping of timezone file to country and location
112.It Pa /var/db/zoneinfo
113saved name of the timezone file installed last.
109.El
110.Sh SEE ALSO
111.Xr date 1 ,
112.Xr adjtime 2 ,
113.Xr ctime 3 ,
114.Xr timezone 3 ,
115.Xr tzfile 5 ,
116.Xr adjkerntz 8 ,

--- 20 unchanged lines hidden ---
114.El
115.Sh SEE ALSO
116.Xr date 1 ,
117.Xr adjtime 2 ,
118.Xr ctime 3 ,
119.Xr timezone 3 ,
120.Xr tzfile 5 ,
121.Xr adjkerntz 8 ,

--- 20 unchanged lines hidden ---