Fix spelling and use of Unix and Unix-like.
This commit is contained in:
parent
961c3d133f
commit
9a43910bb0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9993
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/y2kbug.sgml,v 1.39 2001/07/19 12:27:38 asmodai Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/y2kbug.sgml,v 1.40 2001/07/19 12:31:21 asmodai Exp $">
|
||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -12,7 +12,7 @@
|
|||
official statements from the vendors of their hardware and software as
|
||||
to how their product will handle the year 2000 date rollover.</p>
|
||||
|
||||
<p>Organizations that use unix and unix like operating systems such as
|
||||
<p>Organizations that use Unix and Unix-like operating systems such as
|
||||
FreeBSD are already one step ahead of the problem. FreeBSD will
|
||||
properly maintain time long after year 2000 passes.</p>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
href="http://www.linux.org.uk/mbug.html">Linux Y2K compliance
|
||||
page</a>)</i></p>
|
||||
|
||||
<p>As with all Unix and Unixlike operating systems, time and dates in
|
||||
<p>As with all Unix and Unix-like operating systems, time and dates in
|
||||
FreeBSD are represented internally as the number of seconds since the
|
||||
1st of January 1970 (the Unix "epoch"). Currently, that figure is
|
||||
stored as a 32 bit integer, and will run out part way through 2038. By
|
||||
|
|
Loading…
Reference in a new issue