article.xml revision 76082
176082Sbmah<!-- 
276082Sbmah	$FreeBSD: head/release/doc/en_US.ISO8859-1/errata/article.sgml 76082 2001-04-27 21:28:02Z bmah $ 
376082Sbmah
476082Sbmah	FreeBSD errata document.  Unlike some of the other RELNOTESng
576082Sbmah	files, this file should remain as a single SGML file, so that
676082Sbmah	the dollar FreeBSD dollar header has a meaningful modification
776082Sbmah	time.  This file is all but useless without a datestamp on it,
876082Sbmah	so we'll take some extra care to make sure it has one.
976082Sbmah
1076082Sbmah	(If we didn't do this, then the file with the datestamp might
1176082Sbmah	not be the one that received the last change in the document.)
1276082Sbmah
1376082Sbmah-->
1476082Sbmah
1576082Sbmah<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
1676082Sbmah<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
1776082Sbmah%man;
1876082Sbmah<!ENTITY % authors PUBLIC  "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
1976082Sbmah%authors;
2076082Sbmah<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
2176082Sbmah%mlists;
2276082Sbmah<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
2376082Sbmah%release;
2476082Sbmah]>
2576082Sbmah
2676082Sbmah<article>
2776082Sbmah  <articleinfo>
2876082Sbmah    <title>&os; &release.current; Errata</title>
2976082Sbmah
3076082Sbmah    <corpauthor>
3176082Sbmah    The &os; Project
3276082Sbmah    </corpauthor>
3376082Sbmah
3476082Sbmah    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/errata/article.sgml 76082 2001-04-27 21:28:02Z bmah $</pubdate>
3576082Sbmah
3676082Sbmah    <copyright>
3776082Sbmah      <year>2000</year>
3876082Sbmah      <year>2001</year>
3976082Sbmah      <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
4076082Sbmah    </copyright>
4176082Sbmah  </articleinfo>
4276082Sbmah
4376082Sbmah  <sect1>
4476082Sbmah    <title>Introduction</title>
4576082Sbmah
4676082Sbmah    <para>If you read no other documentation before installing this
4776082Sbmah    version of &os;, you should at least by all means <emphasis>read
4876082Sbmah    the errata</emphasis> for this release so that you don't stumble
4976082Sbmah    over problems which have already been found and fixed.  This
5076082Sbmah    <filename>ERRATA.TXT</filename> file is obviously already out of
5176082Sbmah    date by definition, but other copies are kept updated on the net and
5276082Sbmah    should be consulted as the <quote>current errata</quote> for your
5376082Sbmah    release.  These other copies of the errata are located at:
5476082Sbmah
5576082Sbmah      <orderedlist>
5676082Sbmah	<listitem>
5776082Sbmah	  <para><ulink url="http://www.freebsd.org/releases/">http://www.freebsd.org/releases/</ulink></para>
5876082Sbmah	</listitem>
5976082Sbmah	<listitem>
6076082Sbmah	  <para><userinput>ftp://ftp.freebsd.org/pub/FreeBSD/releases/<replaceable>architecture</replaceable>/<replaceable>release</replaceable>/ERRATA.TXT</userinput></para>
6176082Sbmah	  <para>(and any sites which keep up-to-date mirrors of this
6276082Sbmah	  location)</para>
6376082Sbmah	</listitem>
6476082Sbmah      </orderedlist>
6576082Sbmah    </para>
6676082Sbmah
6776082Sbmah    <para>Any changes to this file are also automatically emailed to the
6876082Sbmah    &a.current;.</para>
6976082Sbmah
7076082Sbmah    <para>For all CERT security advisories, see <ulink
7176082Sbmah    url="ftp://ftp.freebsd.org/pub/FreeBSD/CERT/">ftp://ftp.freebsd.org/pub/FreeBSD/CERT/</ulink>.</para>
7276082Sbmah
7376082Sbmah  </sect1>
7476082Sbmah
7576082Sbmah  <sect1>
7676082Sbmah    <title>Security Advisories</title>
7776082Sbmah    <para>Current active security advisories: None.</para>
7876082Sbmah  </sect1>
7976082Sbmah
8076082Sbmah  <sect1>
8176082Sbmah    <title>System Update Information</title>
8276082Sbmah    <para>Current active errata items: None.</para>
8376082Sbmah  </sect1>
8476082Sbmah</article>
85