diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 0e316ef04b22..8e08dbb8893c 100644 --- a/usr.sbin/tzsetup/Makefile +++ b/usr.sbin/tzsetup/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.1 1994/09/13 23:01:57 wollman Exp $ +# $Id: Makefile,v 1.2 1996/01/23 21:06:25 wosch Exp $ PROG= tzsetup -NOMAN= +MAN8= tzsetup.8 SRCS= main.c tzmenu.c menus.c CFLAGS+= -I. -I${.CURDIR} CLEANFILES+= menus.c diff --git a/usr.sbin/tzsetup/tzsetup.8 b/usr.sbin/tzsetup/tzsetup.8 new file mode 100644 index 000000000000..2765d3637a00 --- /dev/null +++ b/usr.sbin/tzsetup/tzsetup.8 @@ -0,0 +1,43 @@ +.\" +.\" (c) Wolfram Schneider, Berlin, Germany. Public domain. +.\" +.\" $Id: tzsetup.8,v 1.1 1996/01/23 16:53:20 wosch Exp wosch $ + +.Dd Jan 1996 +.Dt TZSETUP 8 +.Os FreeBSD + +.Sh NAME +.Nm tzsetup +.Nd set local time zone + +.Sh DESCRIPTION +.Nm tzsetup +is a menu based program to set your local time zone. Pick the continent +and a city (e.g. your capital) that best describes your location and +.Nm tzsetup +do all the work for you. + +.Sh BUGS +You need to reboot the machine for changes to take effect. + +.Sh FILES +.Bl -tag -width /etc/wall_cmos_clock -compact +.It Pa /etc/localtime +current time zone file +.It Pa /usr/share/zoneinfo +directory for zoneinfo files +.It Pa /etc/wall_cmos_clock +see adjkerntz(8). +.El + +.Sh SEE ALSO +.Xr adjkerntz 8 , +.Xr adjtime 2 , +.Xr ctime 3 , +.Xr date 1 , +.Xr timezone 3 , +.Xr tzfile 5 , +.Xr zdump 8 , +.Xr zic 8 . +