mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
add a manpage
This commit is contained in:
parent
2ae90f756e
commit
8eeb71d709
2 changed files with 45 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
43
usr.sbin/tzsetup/tzsetup.8
Normal file
43
usr.sbin/tzsetup/tzsetup.8
Normal 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 .
|
||||
|
||||
Loading…
Reference in a new issue