aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/tzfile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/tzfile.h b/include/tzfile.h
index b19046c..6ecda87 100644
--- a/include/tzfile.h
+++ b/include/tzfile.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tzfile.h,v 1.8 2015/07/11 16:40:53 christos Exp $ */
+/* $NetBSD: tzfile.h,v 1.9 2019/04/04 18:18:52 christos Exp $ */
#ifndef _TZFILE_H_
#define _TZFILE_H_
@@ -32,6 +32,9 @@
#define TZDEFRULES "posixrules"
#endif /* !defined TZDEFRULES */
+
+/* See Internet RFC 8536 for more details about the following format. */
+
/*
** Each file begins with. . .
*/