From a27ba92abc7dbcc940b1579dddc86a452667e04e Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Thu, 3 Jun 1999 22:15:13 +0000 Subject: [PATCH] Explain troff y2k bugfix. PR: 9502 --- en/y2kbug.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/y2kbug.sgml b/en/y2kbug.sgml index 200eec2864..0b9e5e5c89 100644 --- a/en/y2kbug.sgml +++ b/en/y2kbug.sgml @@ -1,9 +1,9 @@ + %includes; ]> - + &header; @@ -165,6 +165,7 @@
The groff number register `yr' is assigned from a (struct tm).tm_year and therefore represents the number of years since 1900, not the year within the century (see definition in troff/input.cc). + [Fixed, now set mod 100, input.cc V1.2 1999/06/03]