From e9dd419a1bbbe5cd7f49feb1409662ffb1ea10b3 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Tue, 19 Jan 1999 17:55:23 +0000 Subject: [PATCH] Correct the previous Y2K "fix". It caused man page dates to come out like "January 19, 99+1900". --- contrib/groff/tmac/doc-common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index e5507a26927..4888e1e5f2f 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -266,7 +266,8 @@ . if "\\n(mo"10" .ds dD October . if "\\n(mo"11" .ds dD November . if "\\n(mo"12" .ds dD December -. as dD \&\ \\n(dy, \\n(yr+1900 +. nr _y \\n(yr+1900 +. as dD \&\ \\n(dy, \\n(_y . \} .\} .el \{\