Bug 4930 - Year 2000 problems in groff macros (from NetBSD)
Summary: Year 2000 problems in groff macros (from NetBSD)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: gnu (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-11-04 04:00 UTC by sjr
Modified: 1997-12-20 22:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sjr 1997-11-04 04:00:00 UTC
	Chris G. Demetriou (cgd@NetBSD.ORG) submitted a problem report
	for NetBSD (bin/4376) concerning year 2000 problems in the roff
	macros. FreeBSD suffers the same problems.

How-To-Repeat: 
	% cd /usr/src/contrib/groff/tmac
	% grep yr * | grep -vi copyright

	  doc-common:.            as dD \&\ \\n(dy, 19\\n(yr
	  tmac.e:.ds td \*(mo \n(dy, 19\n(yr
	  tmac.s:.nr *year \n[yr]+1900

	% cd /usr/src/share/me
	% grep yr * | grep -vi copyright

	  tmac.orig_me:.ds td \*(mo \n(dy, 19\n(yr
Comment 1 jraynard freebsd_committer freebsd_triage 1997-12-20 22:31:43 UTC
State Changed
From-To: open->closed

Suggested fixes applied, thanks.