From 783b341893c60ef01ab0177de0ffacbdee4804a1 Mon Sep 17 00:00:00 2001 From: wosch Date: Wed, 24 Jan 1996 00:11:58 +0000 Subject: add a manpage --- usr.sbin/tzsetup/Makefile | 4 ++-- usr.sbin/tzsetup/tzsetup.8 | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 usr.sbin/tzsetup/tzsetup.8 (limited to 'usr.sbin/tzsetup') diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 0e316ef..8e08dbb 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 0000000..2765d36 --- /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 . + -- cgit v1.1