Explain troff y2k bugfix.
PR: 9502
This commit is contained in:
parent
803ac25969
commit
a27ba92abc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5018
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY date "$Date: 1999-05-27 13:57:47 $">
|
<!ENTITY date "$Date: 1999-06-03 22:15:13 $">
|
||||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: y2kbug.sgml,v 1.23 1999-05-27 13:57:47 hoek Exp $ -->
|
<!-- $Id: y2kbug.sgml,v 1.24 1999-06-03 22:15:13 chuckr Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -165,6 +165,7 @@
|
||||||
<dd>The groff number register `yr' is assigned from a (struct tm).tm_year
|
<dd>The groff number register `yr' is assigned from a (struct tm).tm_year
|
||||||
and therefore represents the number of years since 1900, not the
|
and therefore represents the number of years since 1900, not the
|
||||||
year within the century (see definition in troff/input.cc).
|
year within the century (see definition in troff/input.cc).
|
||||||
|
[Fixed, now set mod 100, input.cc V1.2 1999/06/03]
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><a
|
<dt><a
|
||||||
|
|
Loading…
Reference in a new issue