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:
bjk 2013-12-16 01:58:12 +00:00
parent 165b43eccf
commit fb85ca5e57

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