Tags to lower case, along with most attribute names.

This commit is contained in:
Nik Clayton 1999-06-10 22:04:48 +00:00
parent 5210a43817
commit ebab5f109b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5049
13 changed files with 786 additions and 786 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-06-10 19:40:48 $">
<!ENTITY date "$Date: 1999-06-10 22:04:48 $">
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!-- $Id: y2kbug.sgml,v 1.25 1999-06-10 19:40:48 nik Exp $ -->
<!-- $Id: y2kbug.sgml,v 1.26 1999-06-10 22:04:48 nik Exp $ -->
<html>
&header;
@ -117,7 +117,7 @@
as 1900-1968 instead of 2000-2068.[Fixed v1.7 1999/01/05]
</dd>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</A></dt>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c</a></dt>
<dd>The leap year calculations for the number of days in a year, and
the conversion of DCF77 time to seconds since the Epoch were wrong.
These errors affected all years.[Fixed v1.6 1999/01/12]