about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--wcal.110
2 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 9f0a548..c5566c6 100644
--- a/README
+++ b/README
@@ -48,8 +48,8 @@ LICENSE
 
      http://creativecommons.org/publicdomain/zero/1.0/
 
-BUGS
-     This program uses mktime(3) for date manipulation and does not respect
-     the Gregorian calendar reform.
+CAVEATS
+     This program uses a proleptic Gregorian Calendar and may yield unexpected
+     results before 1752.  The year 0000 starts on a Saturday.
 
-Void Linux                      March 28, 2020                      Void Linux
+Void Linux                     December 12, 2020                    Void Linux
diff --git a/wcal.1 b/wcal.1
index 28885bf..4da0c16 100644
--- a/wcal.1
+++ b/wcal.1
@@ -1,4 +1,4 @@
-.Dd March 28, 2020
+.Dd December 12, 2020
 .Dt WCAL 1
 .Os
 .Sh NAME
@@ -55,7 +55,7 @@ has waived all copyright and related or
 neighboring rights to this work.
 .Pp
 .Lk http://creativecommons.org/publicdomain/zero/1.0/
-.Sh BUGS
-This program uses
-.Xr mktime 3
-for date manipulation and does not respect the Gregorian calendar reform.
+.Sh CAVEATS
+This program uses a proleptic Gregorian Calendar
+and may yield unexpected results before 1752.
+The year 0000 starts on a Saturday.