Module Name: src
Committed By: christos
Date: Thu Jan 25 18:07:17 UTC 2018
Modified Files:
src/bin/date: date.1
Log Message:
sync with tzcode-2018c
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/bin/date/date.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/date/date.1
diff -u src/bin/date/date.1:1.45 src/bin/date/date.1:1.46
--- src/bin/date/date.1:1.45 Mon Jul 3 17:33:22 2017
+++ src/bin/date/date.1 Thu Jan 25 13:07:17 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: date.1,v 1.45 2017/07/03 21:33:22 wiz Exp $
+.\" $NetBSD: date.1,v 1.46 2018/01/25 18:07:17 christos Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
.\"
-.Dd August 11, 2016
+.Dd January 25, 2018
.Dt DATE 1
.Os
.Sh NAME
@@ -166,16 +166,29 @@ See
for more information.
.El
.Sh FILES
-.Bl -tag -width /var/log/messages -compact
+.Bl -tag -width /usr/share/zoneinfo/posixrules -compact
.It Pa /etc/localtime
Symlink pointing to system's default timezone information file in
.Pa /usr/share/zoneinfo
directory.
+.It Pa /usr/lib/locale/<L>/LC_TIME
+Description of time locale <L>.
+.It Pa /usr/share/zoneinfo
+Time zone information directory.
+.It Pa /usr/share/zoneinfo/posixrules
+Used with POSIX-style TZ's.
+.It Pa /usr/share/zoneinfo/GMT
+For UTC leap seconds.
.It Pa /var/log/wtmp
A record of date resets and time changes.
.It Pa /var/log/messages
A record of the user setting the time.
.El
+.Pp
+If
+.Pa /usr/share/zoneinfo/GMT
+is absent, UTC leap seconds are loaded from
+.Pa /usr/share/zoneinfo/posixrules .
.Sh EXAMPLES
The command:
.Bd -literal -offset indent