Fix typo.

Sorry, my last commit was wrong.
This commit is contained in:
Motoyuki Konno 1998-09-21 15:25:38 +00:00
parent 01e89fc346
commit 535a64b71d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3524

View file

@ -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: 1998-09-21 15:20:26 $"> <!ENTITY date "$Date: 1998-09-21 15:25:38 $">
<!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.8 1998-09-21 15:20:26 motoyuki Exp $ --> <!-- $Id: y2kbug.sgml,v 1.9 1998-09-21 15:25:38 motoyuki Exp $ -->
<html> <html>
&header; &header;
@ -106,7 +106,7 @@
<dl> <dl>
<dt><a <dt><a
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=7681"ports/7681</a></dt> href="http://www.freebsd.org/cgi/query-pr.cgi?pr=7681">ports/7681</a></dt>
<dd>TkDesk 1.0 uses a hardcoded 19 in the file listing window. A <dd>TkDesk 1.0 uses a hardcoded 19 in the file listing window. A
file with a date &gt 2000 is displayed with a year looking like file with a date &gt 2000 is displayed with a year looking like
"191xx" where xx is the last two numbers of the real date.</dd> "191xx" where xx is the last two numbers of the real date.</dd>