Date: Wed, 19 Jan 2000 17:00:03 -0800 (PST) From: emon@kuis.kyoto-u.ac.jp To: freebsd-bugs@FreeBSD.org Subject: bin/16207: y2k problem in troff (e.g. 'man hosts.equiv') Message-ID: <200001200100.RAA56502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/16207; it has been noted by GNATS.
From: emon@kuis.kyoto-u.ac.jp
To: freebsd-gnats-submit@FreeBSD.org
Cc:
Subject: bin/16207: y2k problem in troff (e.g. 'man hosts.equiv')
Date: Wed, 19 Jan 2000 08:07:33 -0800 (PST)
>Number: 16207
>Category: bin
>Synopsis: y2k problem in troff (e.g. 'man hosts.equiv')
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 19 08:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: KOMURA Takaaki
>Release: 3.3-RELEASE
>Organization:
Kyoto University (student)
>Environment:
FreeBSD beat.kuis.kyoto-u.ac.jp 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386
>Description:
When I invoked 'man host.equiv' at January 20 2000,
I found following in the man page:
----
FreeBSD January 20, 1900 1
----
>How-To-Repeat:
# rm /usr/share/man/cat5/hosts.equiv
% man hosts.equiv
The following may be printed on the last of man page:
----
FreeBSD January 20, 1900 1
----
>Fix:
/usr/src/contrib/groff/troff/input.cc, line 5546
- set_number_reg("yr", int(tt->tm_year)%100);
+ set_number_reg("yr", int(tt->tm_year));
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001200100.RAA56502>
