Wrap lines and fix indentation/spacing to conform to FDP style
guidelines. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1ee29997cb
commit
c2ebbbf2e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51090
1 changed files with 49 additions and 32 deletions
|
@ -6,15 +6,16 @@
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>&title;</title>
|
<title>&title;</title>
|
||||||
|
|
||||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="navinclude.about">
|
<body class="navinclude.about">
|
||||||
|
|
||||||
<img src="gifs/doc.jpg" alt="BSD daemon reading documentation" align="right" border="0" width="274" height="163"/>
|
<img src="gifs/doc.jpg" alt="BSD daemon reading documentation"
|
||||||
|
align="right" border="0" width="274" height="163"/>
|
||||||
|
|
||||||
<p>Each distribution of FreeBSD includes several documentation
|
<p>Each distribution of FreeBSD includes several documentation
|
||||||
files describing the particular distribution (RELEASE,
|
files describing the particular distribution (RELEASE,
|
||||||
|
@ -24,22 +25,22 @@
|
||||||
<li>README: General introduction.</li>
|
<li>README: General introduction.</li>
|
||||||
|
|
||||||
<li>Release Notes: Information about changes from the
|
<li>Release Notes: Information about changes from the
|
||||||
previous release of FreeBSD.</li>
|
previous release of FreeBSD.</li>
|
||||||
|
|
||||||
<li>Hardware Notes: A list of hardware devices known to work
|
<li>Hardware Notes: A list of hardware devices known to work
|
||||||
with FreeBSD.</li>
|
with FreeBSD.</li>
|
||||||
|
|
||||||
<li>Installation Instructions: A brief guide to installing
|
<li>Installation Instructions: A brief guide to installing
|
||||||
FreeBSD.</li>
|
FreeBSD.</li>
|
||||||
|
|
||||||
<li>Errata: Late-breaking news, including corrections,
|
<li>Errata: Late-breaking news, including corrections, security
|
||||||
security advisories, and potential problems found after each
|
advisories, and potential problems found after each
|
||||||
release.</li>
|
release.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>The release notes, hardware notes, and
|
<p>The release notes, hardware notes, and installation
|
||||||
installation instructions are customized for each architecture
|
instructions are customized for each architecture supported by
|
||||||
supported by FreeBSD.</p>
|
FreeBSD.</p>
|
||||||
|
|
||||||
<h2>RELEASE versions of FreeBSD</h2>
|
<h2>RELEASE versions of FreeBSD</h2>
|
||||||
|
|
||||||
|
@ -59,23 +60,27 @@
|
||||||
|
|
||||||
<h2>Documentation for -CURRENT and -STABLE</h2>
|
<h2>Documentation for -CURRENT and -STABLE</h2>
|
||||||
|
|
||||||
<p>HTML versions of the release
|
<p>HTML versions of the release documentation for FreeBSD -CURRENT
|
||||||
documentation for FreeBSD -CURRENT and FreeBSD -STABLE are
|
and FreeBSD -STABLE are available on the FreeBSD web site.
|
||||||
available on the FreeBSD web site. These documents are
|
These documents are continually changing and automatically
|
||||||
continually changing and automatically generated. The versions on the web site are rebuilt
|
generated. The versions on the web site are rebuilt at the same
|
||||||
at the same time that the rest of the web site is updated.</p>
|
time that the rest of the web site is updated.</p>
|
||||||
|
|
||||||
<h3>FreeBSD -CURRENT Release Documentation</h3>
|
<h3>FreeBSD -CURRENT Release Documentation</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/releases/¤t;/readme.html">README</a></li>
|
<li><a
|
||||||
|
href="&base;/releases/¤t;/readme.html">README</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/releases/¤t;/relnotes.html">Release Notes</a></li>
|
<li><a href="&base;/releases/¤t;/relnotes.html">Release
|
||||||
|
Notes</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/releases/¤t;/hardware.html">Hardware Notes</a></li>
|
<li><a href="&base;/releases/¤t;/hardware.html">Hardware
|
||||||
|
Notes</a></li>
|
||||||
|
|
||||||
<?ignore
|
<?ignore
|
||||||
<li><a href="&base;/releases/¤t;/errata.html">Errata</a></li>
|
<li><a
|
||||||
|
href="&base;/releases/¤t;/errata.html">Errata</a></li>
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -83,25 +88,37 @@
|
||||||
<h3>FreeBSD 11-STABLE Release Documentation</h3>
|
<h3>FreeBSD 11-STABLE Release Documentation</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/relnotes/11-STABLE/readme/index.html">README</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/11-STABLE/readme/index.html">README</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/relnotes/11-STABLE/relnotes/index.html">Release Notes</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/11-STABLE/relnotes/index.html">Release
|
||||||
|
Notes</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/relnotes/11-STABLE/hardware/index.html">Hardware Notes</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/11-STABLE/hardware/index.html">Hardware
|
||||||
|
Notes</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/relnotes/11-STABLE/errata/index.html">Errata</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/11-STABLE/errata/index.html">Errata</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>FreeBSD 10-STABLE Release Documentation</h3>
|
<h3>FreeBSD 10-STABLE Release Documentation</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/relnotes/10-STABLE/readme/index.html">README</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/10-STABLE/readme/index.html">README</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/relnotes/10-STABLE/relnotes/index.html">Release Notes</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/10-STABLE/relnotes/index.html">Release
|
||||||
|
Notes</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/relnotes/10-STABLE/hardware/index.html">Hardware Notes</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/10-STABLE/hardware/index.html">Hardware
|
||||||
|
Notes</a></li>
|
||||||
|
|
||||||
<li><a href="&base;/relnotes/10-STABLE/errata/index.html">Errata</a></li>
|
<li><a
|
||||||
|
href="&base;/relnotes/10-STABLE/errata/index.html">Errata</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue