Add entry about "touch" creating files in 1900-1968.
PR: docs/9340 Submitted by: Stephen J. Roznowski <sjr@home.net>
This commit is contained in:
parent
4638ccd468
commit
ab49cc5595
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4024
1 changed files with 10 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-12-07 03:51:00 $">
|
||||
<!ENTITY date "$Date: 1999-01-06 20:06:52 $">
|
||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: y2kbug.sgml,v 1.11 1998-12-07 03:51:00 jkoshy Exp $ -->
|
||||
<!-- $Id: y2kbug.sgml,v 1.12 1999-01-06 20:06:52 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -101,6 +101,14 @@
|
|||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=4930">gnu/4930</a> and
|
||||
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=8321">gnu/8321</a></dt>
|
||||
<dd>groff tmac macros have hardcoded 19 for generating some dates.</dd>
|
||||
|
||||
|
||||
<dt><a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=9323">bin/9323</a></dt>
|
||||
|
||||
<dd>In its obsolescent form, touch doesn't treat the two digit year
|
||||
year specification correctly. Years in the range 00-68 are treated
|
||||
as 1900-1968 instead of 2000-2068.</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<h2>Problematic applications</h2>
|
||||
|
|
Loading…
Reference in a new issue