add a manpage

This commit is contained in:
Wolfram Schneider 1996-01-24 00:11:58 +00:00
parent 2ae90f756e
commit 8eeb71d709
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13602
2 changed files with 45 additions and 2 deletions

View File

@ -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

View File

@ -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 .