tzfile.5: catch up to r204333

The stdtime sources were moved from lib/libc to contrib/tzcode, and tzfile.h
is not an installed header, so the man page refers to its location in the
source tree.

The documentation could be more clear about the internal nature of the
header, but those changes should go through upstream tzcode.

PR:	docs/176864
Approved by:	hrs (mentor)
This commit is contained in:
Benjamin Kaduk 2013-12-16 01:58:12 +00:00
parent 15773775f7
commit 1871769f1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259446

View File

@ -6,7 +6,7 @@
.Nm tzfile
.Nd timezone information
.Sh SYNOPSIS
.Fd #include \&"/usr/src/lib/libc/stdtime/tzfile.h\&"
.Fd #include \&"/usr/src/contrib/tzcode/stdtime/tzfile.h\&"
.Sh DESCRIPTION
The time zone information files used by
.Xr tzset 3