diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-12-22 11:08:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-12-22 11:08:07 +0000 |
commit | 77566d4b374e823f866d8adce69b12ee74a1de1a (patch) | |
tree | 558a76a4a4883710cad86acfb593d09b9a24ffcf /libc/stdtime | |
parent | 6d5c09b83d2126e7310aaa254cefd95ff59ee7f4 (diff) |
Diffstat (limited to 'libc/stdtime')
-rw-r--r-- | libc/stdtime/tzfile.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdtime/tzfile.5 b/libc/stdtime/tzfile.5 index 6b8768cc9fc5..9383ebf3618c 100644 --- a/libc/stdtime/tzfile.5 +++ b/libc/stdtime/tzfile.5 @@ -7,7 +7,7 @@ tzfile \- time zone information .SH DESCRIPTION The time zone information files used by .IR tzset (3) -begin with the magic characters "TZif" to identify then as +begin with the magic characters "TZif" to identify them as time zone information files, followed by a character identifying the version of the file's format (as of 2005, either an ASCII NUL or a '2') @@ -147,6 +147,6 @@ after the last transition time stored in the file such instants). .SH SEE ALSO newctime(3) -.\" @(#)tzfile.5 8.2 +.\" @(#)tzfile.5 8.3 .\" This file is in the public domain, so clarified as of .\" 1996-06-05 by Arthur David Olson. |