summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-01-24 00:11:58 +0000
committerwosch <wosch@FreeBSD.org>1996-01-24 00:11:58 +0000
commit783b341893c60ef01ab0177de0ffacbdee4804a1 (patch)
tree5f9610ce9cfe84013c1023e4a3ee4a5ff36b6aaf /usr.sbin/tzsetup
parent625f6e5911104defff5ea81fc38d8af45a58e891 (diff)
downloadFreeBSD-src-783b341893c60ef01ab0177de0ffacbdee4804a1.zip
FreeBSD-src-783b341893c60ef01ab0177de0ffacbdee4804a1.tar.gz
add a manpage
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r--usr.sbin/tzsetup/Makefile4
-rw-r--r--usr.sbin/tzsetup/tzsetup.843
2 files changed, 45 insertions, 2 deletions
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 .
+
OpenPOWER on IntegriCloud