Use entities to declare heavily repeated paths. This simplifies sgml a bit
and allows to not overflow 80char width formatting anymore.
This commit is contained in:
parent
ffb99ed588
commit
f5d82582c6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20491
1 changed files with 138 additions and 135 deletions
273
en/docs.sgml
273
en/docs.sgml
|
@ -1,7 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.177 2003/11/16 22:09:15 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.178 2004/01/16 15:41:14 bmah Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY url.articles "doc/en_US.ISO8859-1/articles">
|
||||
<!ENTITY url.books "doc/en_US.ISO8859-1/books">
|
||||
<!ENTITY url.mancgi "http://www.FreeBSD.org/cgi/man.cgi">
|
||||
]>
|
||||
|
||||
<html>
|
||||
|
@ -41,48 +45,48 @@
|
|||
|
||||
<h3><a name="books">Books</a></h3>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/faq/index.html">The FreeBSD
|
||||
FAQ</a> (<tt>faq</tt>)<br>
|
||||
<p><a href="&url.books;/faq/index.html">The FreeBSD FAQ</a>
|
||||
(<tt>faq</tt>)<br>
|
||||
<small>Frequently Asked Questions, and answers, covering all
|
||||
aspects of FreeBSD.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/handbook/index.html">The FreeBSD
|
||||
Handbook</a> (<tt>handbook</tt>)<br>
|
||||
<p><a href="&url.books;/handbook/index.html">The FreeBSD Handbook</a>
|
||||
(<tt>handbook</tt>)<br>
|
||||
<small>A constantly evolving, comprehensive resource for FreeBSD
|
||||
users.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/developers-handbook/index.html">The
|
||||
<p><a href="&url.books;/developers-handbook/index.html">The
|
||||
FreeBSD Developer's Handbook</a> (<tt>developers-handbook</tt>)<br>
|
||||
<small>For people who want to develop software for FreeBSD (and not
|
||||
just people who are developing FreeBSD itself).</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/arch-handbook/index.html">The
|
||||
<p><a href="&url.books;/arch-handbook/index.html">The
|
||||
FreeBSD Architecture Handbook</a> (<tt>arch-handbook</tt>)<br>
|
||||
|
||||
<small>For FreeBSD system developers. This book covers the
|
||||
architectural details of many important FreeBSD kernel
|
||||
subsystems.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/porters-handbook/index.html">The Porter's
|
||||
<p><a href="&url.books;/porters-handbook/index.html">The Porter's
|
||||
Handbook</a> (<tt>porters-handbook</tt>)<br>
|
||||
<small>Essential reading if you plan on providing a port of a third
|
||||
party piece of software.</small></p>
|
||||
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/design-44bsd/index.html">Chapter 2
|
||||
<p><a href="&url.books;/design-44bsd/index.html">Chapter 2
|
||||
of "The Design and Implementation of the 4.4BSD Operating
|
||||
System"</a> (<tt>design-44bsd</tt>)<br>
|
||||
<small>Donated by Addison-Wesley, provides a design overview of 4.4BSD,
|
||||
from which FreeBSD was originally derived.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/corp-net-guide/index.html">Chapter
|
||||
8 of "The FreeBSD Corporate Networker's Guide"</a> (<tt>corp-net-guide</tt>)<br>
|
||||
<p><a href="&url.books;/corp-net-guide/index.html">Chapter
|
||||
8 of "The FreeBSD Corporate Networker's Guide"</a>
|
||||
(<tt>corp-net-guide</tt>)<br>
|
||||
<small>Donated by Addison-Wesley, provides an in-depth look at using
|
||||
FreeBSD to provide printing services to Windows, NT, and Novell
|
||||
hosts.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/books/fdp-primer">The FreeBSD
|
||||
Documentation Project Primer for New Contributors</a> (<tt>fdp-primer</tt>)<br>
|
||||
<p><a href="&url.books;/fdp-primer/index.html">The FreeBSD
|
||||
Documentation Project Primer for New Contributors</a>
|
||||
(<tt>fdp-primer</tt>)<br>
|
||||
<small>Everything you need to know in order to start contributing to the
|
||||
FreeBSD Documentation Project.</small></p>
|
||||
|
||||
|
@ -90,153 +94,152 @@
|
|||
|
||||
<!-- Articles are sorted by pathname -->
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/5-roadmap/index.html">The
|
||||
Roadmap for 5-STABLE</a> (<tt>5-roadmap</tt>)<br>
|
||||
<small>Describes medium-term development and release engineering
|
||||
plans leading to the 5-STABLE branch point.</small></p>
|
||||
<p><a href="&url.articles;/5-roadmap/index.html">The
|
||||
Roadmap for 5-STABLE</a> (<tt>5-roadmap</tt>)<br>
|
||||
<small>Describes medium-term development and release engineering
|
||||
plans leading to the 5-STABLE branch point.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/checkpoint/index.html">Integration
|
||||
of Checkpoint VPN-1/Firewall-1 and FreeBSD IPsec</a> (<tt>checkpoint</tt>)<br>
|
||||
<small>How to configure Checkpoint VPN-1/Firewall-1 and FreeBSD IPsec.</small></p>
|
||||
<p><a href="&url.articles;/checkpoint/index.html">Integration
|
||||
of Checkpoint VPN-1/Firewall-1 and FreeBSD IPsec</a>
|
||||
(<tt>checkpoint</tt>)<br>
|
||||
<small>How to configure Checkpoint VPN-1/Firewall-1 and FreeBSD
|
||||
IPsec.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/committers-guide/index.html">The
|
||||
<p><a href="&url.articles;/committers-guide/index.html">The
|
||||
Committer's Guide</a> (<tt>committers-guide</tt>)<br>
|
||||
<small>Introductory information for FreeBSD committers.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/console-server/index.html">Console
|
||||
<p><a href="&url.articles;/console-server/index.html">Console
|
||||
Server Tutorial</a> (<tt>console-server</tt>)<br>
|
||||
<small>How to setup a FreeBSD based console server with a cheap
|
||||
multi-port serial card.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing
|
||||
<p><a href="&url.articles;/contributing/index.html">Contributing
|
||||
to FreeBSD</a> (<tt>contributing</tt>)<br>
|
||||
<small>How to contribute to the FreeBSD Project.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/contributors/index.html">The
|
||||
<p><a href="&url.articles;/contributors/index.html">The
|
||||
List of FreeBSD Contributors</a> (<tt>contributors</tt>)<br>
|
||||
<small>A list of organizations and individuals who have helped
|
||||
enhance FreeBSD.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/cvs-freebsd/article.html">Setting up a CVS repository - The FreeBSD way</a> (<tt>cvs-freebsd</tt>)<br>
|
||||
<p><a href="&url.articles;/cvs-freebsd/index.html">Setting up a
|
||||
CVS repository - The FreeBSD way</a> (<tt>cvs-freebsd</tt>)<br>
|
||||
<small>How to set up a CVS repository that uses the same CVSROOT
|
||||
infrastructure as the FreeBSD project.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/cvsup-advanced/article.html">CVSup
|
||||
<p><a href="&url.articles;/cvsup-advanced/index.html">CVSup
|
||||
Advanced Points</a> (<tt>cvsup-advanced</tt>)<br>
|
||||
<small>An article with some tips about the subtleties of CVSup.</small></p>
|
||||
<small>An article with some tips about the subtleties of
|
||||
CVSup.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/dialup-firewall/index.html">Dialup
|
||||
<p><a href="&url.articles;/dialup-firewall/index.html">Dialup
|
||||
firewalling with FreeBSD</a> (<tt>dialup-firewall</tt>)<br>
|
||||
<small>How to set up a firewall using PPP and ipfw over a dialup link
|
||||
with dynamically assigned IP addresses.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/diskless-x/index.html">Creating
|
||||
<p><a href="&url.articles;/diskless-x/index.html">Creating
|
||||
a diskless X server</a> (<tt>diskless-x</tt>)<br>
|
||||
<small>How to create a diskless X server.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/euro/article.html">The Euro symbol
|
||||
<p><a href="&url.articles;/euro/article.html">The Euro symbol
|
||||
on FreeBSD</a> (<tt>euro</tt>)<br>
|
||||
<small>How to configure FreeBSD and related applications to display the
|
||||
new Euro symbol.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/explaining-bsd/index.html">Explaining
|
||||
<p><a href="&url.articles;/explaining-bsd/index.html">Explaining
|
||||
BSD</a> (<tt>explaining-bsd</tt>)<br>
|
||||
<small>An answer to the question ``What is BSD?''</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/fbsd-from-scratch/index.html">FreeBSD
|
||||
<p><a href="&url.articles;/fbsd-from-scratch/index.html">FreeBSD
|
||||
From Scratch</a> (<tt>fbsd-from-scratch</tt>)<br>
|
||||
<small>How to automatically compile, install and configure a system from
|
||||
scratch (i.e. to an empty file system), including your favorite
|
||||
ports.</small></p>
|
||||
scratch (i.e. to an empty file system), including your favorite
|
||||
ports.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/filtering-bridges/index.html">Filtering
|
||||
<p><a href="&url.articles;/filtering-bridges/index.html">Filtering
|
||||
Bridges</a> (<tt>filtering-bridges</tt>)<br>
|
||||
<small>Configuring firewalls and filtering on FreeBSD hosts acting as
|
||||
bridges rather than routers.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/fonts/index.html">Fonts and
|
||||
<p><a href="&url.articles;/fonts/index.html">Fonts and
|
||||
FreeBSD</a> (<tt>fonts</tt>)<br>
|
||||
<small>A description of the various font technologies in FreeBSD, and
|
||||
how to use them with different programs.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/formatting-media/index.html">Formatting
|
||||
<p><a href="&url.articles;/formatting-media/index.html">Formatting
|
||||
media on FreeBSD</a> (<tt>formatting-media</tt>)<br>
|
||||
<small>How to slice, partition, and format fixed and removable media on
|
||||
FreeBSD.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/freebsd-questions/index.html">How
|
||||
to get the best results from the FreeBSD-questions mailing list</a> (<tt>freebsd-questions</tt>)<br>
|
||||
<p><a href="&url.articles;/freebsd-questions/index.html">How
|
||||
to get the best results from the FreeBSD-questions mailing list</a>
|
||||
(<tt>freebsd-questions</tt>)<br>
|
||||
<small>Tips and tricks to help you maximize the chances of getting
|
||||
useful information from the -questions mailing list.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/hats/index.html">Working
|
||||
with Hats</a> (<tt>hats</tt>)<br>
|
||||
<p><a href="&url.articles;/hats/index.html">Working with Hats</a>
|
||||
(<tt>hats</tt>)<br>
|
||||
<small>A committer's guide to working with ``hats'' (other
|
||||
committers with authority over specific areas of
|
||||
FreeBSD).</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/hubs/index.html">Mirroring FreeBSD</a> (<tt>hubs</tt>)
|
||||
<br><small>The all in one guide for mirroring the FreeBSD website, CVSup servers,
|
||||
FTP servers, and more.</small></p>
|
||||
<p><a href="&url.articles;/hubs/index.html">Mirroring FreeBSD</a>
|
||||
(<tt>hubs</tt>)
|
||||
<br><small>The all in one guide for mirroring the FreeBSD website,
|
||||
CVSup servers, FTP servers, and more.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/ipsec-must/index.html">Independent
|
||||
Verification of IPsec Functionality in FreeBSD</a> (<tt>ipsec-must</tt>)<br>
|
||||
<p><a href="&url.articles;/ipsec-must/index.html">Independent
|
||||
Verification of IPsec Functionality in FreeBSD</a>
|
||||
(<tt>ipsec-must</tt>)<br>
|
||||
<small>A method for experimentally verifying IPsec
|
||||
functionality.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/java-tomcat/index.html">Java, and
|
||||
<p><a href="&url.articles;/java-tomcat/index.html">Java, and
|
||||
Jakarta Tomcat</a> (<tt>java-tomcat</tt>)<br>
|
||||
<small>Information on setting up Java and Jakarta Tomcat on a FreeBSD
|
||||
system.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/laptop/article.html">FreeBSD
|
||||
on Laptops</a> (<tt>laptop</tt>)<br>
|
||||
<p><a href="&url.articles;/laptop/article.html">FreeBSD on Laptops</a>
|
||||
(<tt>laptop</tt>)<br>
|
||||
<small>Information about running FreeBSD on a laptop.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/mh/index.html">An MH
|
||||
Primer</a> (<tt>mh</tt>)<br>
|
||||
<p><a href="&url.articles;/mh/index.html">An MH Primer</a>
|
||||
(<tt>mh</tt>)<br>
|
||||
<small>An introduction to using the MH mail reader on
|
||||
FreeBSD.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/multi-os/index.html">Using
|
||||
<p><a href="&url.articles;/multi-os/index.html">Using
|
||||
FreeBSD with other operating systems</a> (<tt>multi-os</tt>)<br>
|
||||
<small>How to install FreeBSD alongside one or more different operating
|
||||
systems on the same computer.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/new-users/index.html">FreeBSD
|
||||
<p><a href="&url.articles;/new-users/index.html">FreeBSD
|
||||
First Steps</a> (<tt>new-users</tt>)<br>
|
||||
<small>For people coming to FreeBSD and &unix; for the first
|
||||
time.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/pam/index.html">Pluggable
|
||||
<p><a href="&url.articles;/pam/index.html">Pluggable
|
||||
Authentication Modules</a> (<tt>pam</tt>)<br>
|
||||
<small>A guide to the PAM system and modules under
|
||||
FreeBSD.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/pr-guidelines/article.html">FreeBSD
|
||||
<p><a href="&url.articles;/pr-guidelines/index.html">FreeBSD
|
||||
Problem Report Handling Guidelines</a> (<tt>pr-guidelines</tt>)<br>
|
||||
<small>Recommended practices for handling FreeBSD problem
|
||||
reports.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/problem-reports/article.html">Writing
|
||||
<p><a href="&url.articles;/problem-reports/index.html">Writing
|
||||
FreeBSD Problem Reports</a> (<tt>problem-reports</tt>)<br>
|
||||
<small>How to best formulate and submit a problem report to the
|
||||
FreeBSD Project.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/pxe/index.html">PXE booting
|
||||
<p><a href="&url.articles;/pxe/index.html">PXE booting
|
||||
FreeBSD</a> (<tt>pxe</tt>)<br>
|
||||
<small>How to create an Intel PXE server using FreeBSD, and how to
|
||||
configure a FreeBSD client to boot from a PXE server.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/releng/index.html">FreeBSD
|
||||
<p><a href="&url.articles;/releng/index.html">FreeBSD
|
||||
Release Engineering</a> (<tt>releng</tt>)<br>
|
||||
<small>Describes the approach used by the FreeBSD release
|
||||
engineering team to make production quality releases of the
|
||||
|
@ -244,10 +247,9 @@
|
|||
for those interested in producing customized FreeBSD releases
|
||||
for corporate rollouts or commercial productization.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/releng-packages/index.html">FreeBSD
|
||||
Release Engineering for Third Party Packages</a> (<tt>releng-packages</tt>)<br>
|
||||
|
||||
<p><a href="&url.articles;/releng-packages/index.html">FreeBSD
|
||||
Release Engineering for Third Party Packages</a>
|
||||
(<tt>releng-packages</tt>)<br>
|
||||
<small>Describes the approach used by the FreeBSD
|
||||
release engineering team to produce a high quality package set
|
||||
suitable for official FreeBSD release media. This document is
|
||||
|
@ -258,102 +260,103 @@
|
|||
media, and how to verify that a package set is
|
||||
consistent.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/serial-uart/index.html">Serial
|
||||
<p><a href="&url.articles;/serial-uart/index.html">Serial
|
||||
and UART devices</a> (<tt>serial-uart</tt>)<br>
|
||||
<small>Detailed information about the use of serial ports on FreeBSD,
|
||||
including several multi-port serial cards.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/solid-state/index.html">FreeBSD
|
||||
<p><a href="&url.articles;/solid-state/index.html">FreeBSD
|
||||
and Solid State Devices</a> (<tt>solid-state</tt>)<br>
|
||||
<small>The use of solid state disk devices in FreeBSD.</small></p>
|
||||
|
||||
<p><a
|
||||
href="doc/en_US.ISO8859-1/articles/storage-devices/index.html">Storage Devices</a> (<tt>storage-devices</tt>)<br>
|
||||
<p><a href="&url.articles;/storage-devices/index.html">Storage Devices</a>
|
||||
(<tt>storage-devices</tt>)<br>
|
||||
<small>Detailed information about using storage devices with FreeBSD,
|
||||
including ESDI disks, and SCSI disks, tape drives, and CDROM
|
||||
drives.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/vinum/index.html">Bootstrapping
|
||||
<p><a href="&url.articles;/vinum/index.html">Bootstrapping
|
||||
Vinum: A Foundation for Reliable Servers</a> (<tt>vinum</tt>)<br>
|
||||
<small>A gentle introduction to failure-resilient servers and
|
||||
step-by-step instructions for building one with Vinum.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/vm-design/index.html">Design
|
||||
<p><a href="&url.articles;/vm-design/index.html">Design
|
||||
elements of the FreeBSD VM system</a> (<tt>vm-design</tt>)<br>
|
||||
<small>An easy to follow description of the design of the FreeBSD
|
||||
virtual memory system.</small></p>
|
||||
|
||||
<p><a href="doc/en_US.ISO8859-1/articles/zip-drive/index.html">Zip-drives
|
||||
<p><a href="&url.articles;/zip-drive/index.html">Zip-drives
|
||||
and FreeBSD</a> (<tt>zip-drive</tt>)<br>
|
||||
<small>How to format, mount, and use an Iomega Zip (SCSI, IDE, or
|
||||
parallel) Drive on FreeBSD.</small></p>
|
||||
|
||||
|
||||
<h3><a name="man">Manual pages</a></h3>
|
||||
|
||||
<dl>
|
||||
<dt><strong>FreeBSD</strong></dt>
|
||||
|
||||
<dd>For release:
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+1.0-RELEASE">1.0</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+1.1-RELEASE">1.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+1.1.5.1-RELEASE">1.1.5.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.0-RELEASE">2.0</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.0.5-RELEASE">2.0.5</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.0-RELEASE">2.1.0</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.5-RELEASE">2.1.5</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.6.1-RELEASE">2.1.6.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.7.1-RELEASE">2.1.7.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.1-RELEASE">2.2.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.2-RELEASE">2.2.2</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.5-RELEASE">2.2.5</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.6-RELEASE">2.2.6</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.7-RELEASE">2.2.7</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.8-RELEASE">2.2.8</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.0-RELEASE">3.0</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.1-RELEASE">3.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.2-RELEASE">3.2</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.3-RELEASE">3.3</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.4-RELEASE">3.4</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.5.1-RELEASE">3.5.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.0-RELEASE">4.0</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.1-RELEASE">4.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.2-RELEASE">4.2</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.3-RELEASE">4.3</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.4-RELEASE">4.4</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.5-RELEASE">4.5</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.6-RELEASE">4.6</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.7-RELEASE">4.7</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.8-RELEASE">4.8</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.9-RELEASE">4.9</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=freebsd-stable">4.x-stable</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.0-RELEASE">5.0</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.1-RELEASE">5.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.2-RELEASE">5.2</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.2-current">5.2-current</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+Ports">Ports</a>.</dd>
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+1.0-RELEASE">1.0</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+1.1-RELEASE">1.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+1.1.5.1-RELEASE">1.1.5.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.0-RELEASE">2.0</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.0.5-RELEASE">2.0.5</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.1.0-RELEASE">2.1.0</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.1.5-RELEASE">2.1.5</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.1.6.1-RELEASE">2.1.6.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.1.7.1-RELEASE">2.1.7.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.2.1-RELEASE">2.2.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.2.2-RELEASE">2.2.2</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.2.5-RELEASE">2.2.5</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.2.6-RELEASE">2.2.6</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.2.7-RELEASE">2.2.7</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+2.2.8-RELEASE">2.2.8</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+3.0-RELEASE">3.0</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+3.1-RELEASE">3.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+3.2-RELEASE">3.2</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+3.3-RELEASE">3.3</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+3.4-RELEASE">3.4</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+3.5.1-RELEASE">3.5.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.0-RELEASE">4.0</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.1-RELEASE">4.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.2-RELEASE">4.2</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.3-RELEASE">4.3</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.4-RELEASE">4.4</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.5-RELEASE">4.5</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.6-RELEASE">4.6</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.7-RELEASE">4.7</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.8-RELEASE">4.8</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+4.9-RELEASE">4.9</a>,
|
||||
<a href="&url.mancgi;?manpath=freebsd-stable">4.x-stable</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+5.0-RELEASE">5.0</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+5.1-RELEASE">5.1</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+5.2-RELEASE">5.2</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+5.2-current">5.2-current</a>,
|
||||
<a href="&url.mancgi;?manpath=FreeBSD+Ports">Ports</a>.</dd>
|
||||
|
||||
<dt><strong>Other Systems</strong></dt>
|
||||
|
||||
<dd><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=v7">Unix Seventh Edition (V7)</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.8BSD">2.8BSD</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.9BSD">2.9.1BSD</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.10BSD">2.10BSD</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.11BSD">2.11BSD</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=4.3BSD+Reno">4.3BSD Reno</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=NET%2F2">NET/2</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=386BSD+0.1">386BSD 0.1</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=4.4BSD+Lite2">4.4BSD Lite2</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=hpux">HP-UX</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=linux">Linux</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=NetBSD">NetBSD</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=OpenBSD">OpenBSD</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=darwin">Darwin</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=plan9">Plan 9</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=sunos4">SunOS 4.x</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=sunos5">SunOS 5.x</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=ultrix">ULTRIX 4.2</a>,
|
||||
<dd><a href="&url.mancgi;?manpath=v7">Unix Seventh Edition (V7)</a>,
|
||||
<a href="&url.mancgi;?manpath=2.8BSD">2.8BSD</a>,
|
||||
<a href="&url.mancgi;?manpath=2.9BSD">2.9.1BSD</a>,
|
||||
<a href="&url.mancgi;?manpath=2.10BSD">2.10BSD</a>,
|
||||
<a href="&url.mancgi;?manpath=2.11BSD">2.11BSD</a>,
|
||||
<a href="&url.mancgi;?manpath=4.3BSD+Reno">4.3BSD Reno</a>,
|
||||
<a href="&url.mancgi;?manpath=NET%2F2">NET/2</a>,
|
||||
<a href="&url.mancgi;?manpath=386BSD+0.1">386BSD 0.1</a>,
|
||||
<a href="&url.mancgi;?manpath=4.4BSD+Lite2">4.4BSD Lite2</a>,
|
||||
<a href="&url.mancgi;?manpath=hpux">HP-UX</a>,
|
||||
<a href="&url.mancgi;?manpath=linux">Linux</a>,
|
||||
<a href="&url.mancgi;?manpath=NetBSD">NetBSD</a>,
|
||||
<a href="&url.mancgi;?manpath=OpenBSD">OpenBSD</a>,
|
||||
<a href="&url.mancgi;?manpath=darwin">Darwin</a>,
|
||||
<a href="&url.mancgi;?manpath=plan9">Plan 9</a>,
|
||||
<a href="&url.mancgi;?manpath=sunos4">SunOS 4.x</a>,
|
||||
<a href="&url.mancgi;?manpath=sunos5">SunOS 5.x</a>,
|
||||
<a href="&url.mancgi;?manpath=ultrix">ULTRIX 4.2</a>,
|
||||
and <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?manpath=XFree86">XFree86</a>.
|
||||
href="&url.mancgi;?manpath=XFree86">XFree86</a>.
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
|
Loading…
Reference in a new issue