Fix chapter references in the handbook preface.
PR: docs/41924 Suggested by: <sub@mui.net>
This commit is contained in:
parent
3e790a779f
commit
1a0e3b8a99
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14050
1 changed files with 33 additions and 33 deletions
|
@ -53,55 +53,55 @@
|
|||
<quote>Appendices</quote>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 2 (<quote>Installing FreeBSD</quote>) was completely
|
||||
<para><xref linkend="install"> (<quote>Installing FreeBSD</quote>) was completely
|
||||
rewritten with many screenshots to make it much easier for new
|
||||
users to grasp the text.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 3 (<quote>Unix Basics</quote>) has been expanded to contain
|
||||
<para><xref linkend="basics"> (<quote>Unix Basics</quote>) has been expanded to contain
|
||||
additional information about processes, daemons, and
|
||||
signals.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 4 (<quote>Installing Applications</quote>) has been expanded
|
||||
<para><xref linkend="ports"> (<quote>Installing Applications</quote>) has been expanded
|
||||
to contain additional information about binary package
|
||||
management.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 5 (<quote>The X Window System</quote>) has been completely
|
||||
<para><xref linkend="x11"> (<quote>The X Window System</quote>) has been completely
|
||||
rewritten with an emphasis on using modern desktop
|
||||
technologies such as <application>KDE</application> and <application>GNOME</application> on XFree86 4.X.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 7 (<quote>The FreeBSD Booting Process</quote>) has been
|
||||
<para><xref linkend="boot"> (<quote>The FreeBSD Booting Process</quote>) has been
|
||||
expanded.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 12 (<quote>Storage</quote>) has been written from what used
|
||||
<para><xref linkend="disks"> (<quote>Storage</quote>) has been written from what used
|
||||
to be two separate chapters on <quote>Disks</quote> and <quote>Backups</quote>. We feel
|
||||
that the topics are easier to comprehend when presented as a
|
||||
single chapter. A section on RAID (both hardware and
|
||||
software) has also been added.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 15 (<quote>Serial Communications</quote>) has been completely
|
||||
<para><xref linkend="serialcomms"> (<quote>Serial Communications</quote>) has been completely
|
||||
reorganized and updated for FreeBSD 4.X/5.X.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 16 (<quote>PPP and SLIP</quote>) has been substantially
|
||||
<para><xref linkend="ppp-and-slip"> (<quote>PPP and SLIP</quote>) has been substantially
|
||||
updated.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Many new sections have been added to Chapter 17
|
||||
<para>Many new sections have been added to <xref linkend="advanced-networking">
|
||||
(<quote>Advanced Networking</quote>).</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 18 (<quote>Electronic Mail</quote>) has been expanded to
|
||||
<para><xref linkend="mail"> (<quote>Electronic Mail</quote>) has been expanded to
|
||||
include more information about configuring
|
||||
<application>sendmail</application>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Chapter 20 (<quote>Linux Compatibility</quote>) has been expanded to
|
||||
<para><xref linkend="linuxemu"> (<quote>Linux Compatibility</quote>) has been expanded to
|
||||
include information about installing
|
||||
<application>Oracle</application> and
|
||||
<application>SAP/R3</application>.</para>
|
||||
|
@ -111,10 +111,10 @@
|
|||
edition:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Configuration and Tuning (Chapter 6).</para>
|
||||
<para>Configuration and Tuning (<xref linkend="config-tuning">).</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Sound (Chapter 14)</para>
|
||||
<para>Sound (<xref linkend="multimedia">)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -138,14 +138,14 @@
|
|||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 1, Introduction</emphasis></term>
|
||||
<term><emphasis><xref linkend="introduction">, Introduction</emphasis></term>
|
||||
<listitem>
|
||||
<para>Introduces FreeBSD to a new user. It describes the
|
||||
history of the FreeBSD Project, its goals and development model.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 2, Installation</emphasis></term>
|
||||
<term><emphasis><xref linkend="install">, Installation</emphasis></term>
|
||||
<listitem>
|
||||
<para>Walks a user through the entire installation process.
|
||||
Some advanced installation topics, such as installing through
|
||||
|
@ -153,7 +153,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 3, Unix Basics</emphasis></term>
|
||||
<term><emphasis><xref linkend="basics">, Unix Basics</emphasis></term>
|
||||
<listitem>
|
||||
<para>Covers the basic commands and functionality of the
|
||||
FreeBSD operating system. If you are familiar with Linux or
|
||||
|
@ -162,7 +162,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 4, Installing Applications</emphasis></term>
|
||||
<term><emphasis><xref linkend="ports">, Installing Applications</emphasis></term>
|
||||
<listitem>
|
||||
<para>Covers the installation of third-party software with
|
||||
both FreeBSD's innovative <quote>Ports Collection</quote> and standard
|
||||
|
@ -170,7 +170,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 5, The X Window System</emphasis></term>
|
||||
<term><emphasis><xref linkend="x11">, The X Window System</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes the X Window System in general and using
|
||||
XFree86 on FreeBSD in particular. Also describes common
|
||||
|
@ -178,7 +178,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 6, Configuration and Tuning</emphasis></term>
|
||||
<term><emphasis><xref linkend="config-tuning">, Configuration and Tuning</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes the parameters available for system
|
||||
administrators to tune a FreeBSD system for optimum
|
||||
|
@ -187,14 +187,14 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 7, Booting Process</emphasis></term>
|
||||
<term><emphasis><xref linkend="boot">, Booting Process</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes the FreeBSD boot process and explains
|
||||
how to control this process with configuration options.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 8, Users and Basic Account
|
||||
<term><emphasis><xref linkend="users">, Users and Basic Account
|
||||
Management</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes the creation and manipulation of user
|
||||
|
@ -203,7 +203,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 9, Configuring the FreeBSD
|
||||
<term><emphasis><xref linkend="kernelconfig">, Configuring the FreeBSD
|
||||
Kernel</emphasis></term>
|
||||
<listitem>
|
||||
<para>Explains why you might need to configure a new kernel
|
||||
|
@ -212,7 +212,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 10, Security</emphasis></term>
|
||||
<term><emphasis><xref linkend="security">, Security</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes many different tools available to help keep your
|
||||
FreeBSD system secure, including Kerberos, IPsec, OpenSSH, and
|
||||
|
@ -220,7 +220,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 11, Printing</emphasis></term>
|
||||
<term><emphasis><xref linkend="printing">, Printing</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes managing printers on FreeBSD, including
|
||||
information about banner pages, printer accounting, and
|
||||
|
@ -228,7 +228,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 12, Storage</emphasis></term>
|
||||
<term><emphasis><xref linkend="disks">, Storage</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes how to manage storage media and filesystems
|
||||
with FreeBSD. This includes physical disks, RAID arrays,
|
||||
|
@ -237,7 +237,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 13, Localization</emphasis></term>
|
||||
<term><emphasis><xref linkend="l10n">, Localization</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes how to use FreeBSD in languages other than
|
||||
English. Covers both system and application level
|
||||
|
@ -245,28 +245,28 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 14, Sound</emphasis></term>
|
||||
<term><emphasis><xref linkend="multimedia">, Sound</emphasis></term>
|
||||
<listitem>
|
||||
<para>Shows how to setup sound support for your system. Also
|
||||
describes some sample audio applications.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 15, Serial Communications</emphasis></term>
|
||||
<term><emphasis><xref linkend="serialcomms">, Serial Communications</emphasis></term>
|
||||
<listitem>
|
||||
<para>Explains how to connect terminals and modems to your
|
||||
FreeBSD system for both dial in and dial out connections.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 16, PPP and SLIP</emphasis></term>
|
||||
<term><emphasis><xref linkend="ppp-and-slip">, PPP and SLIP</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes how to use PPP, SLIP, or PPP over Ethernet to
|
||||
connect to remote systems with FreeBSD.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 17, Advanced Networking</emphasis></term>
|
||||
<term><emphasis><xref linkend="advanced-networking">, Advanced Networking</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes many networking topics, including sharing an
|
||||
Internet connection with other computers on your LAN, using
|
||||
|
@ -275,7 +275,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 18, Electronic Mail</emphasis></term>
|
||||
<term><emphasis><xref linkend="mail">, Electronic Mail</emphasis></term>
|
||||
<listitem>
|
||||
<para>Explains the different components of an email server and
|
||||
dives into simple configuration topics for the most popular
|
||||
|
@ -284,7 +284,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 19, The Cutting Edge</emphasis></term>
|
||||
<term><emphasis><xref linkend="cutting-edge">, The Cutting Edge</emphasis></term>
|
||||
<listitem>
|
||||
<para>Explains the differences between FreeBSD-STABLE,
|
||||
FreeBSD-CURRENT, and FreeBSD releases. Describes which users
|
||||
|
@ -293,7 +293,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>Chapter 20, Linux Binary Compatibility</emphasis></term>
|
||||
<term><emphasis><xref linkend="linuxemu">, Linux Binary Compatibility</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes the Linux compatibility features of FreeBSD.
|
||||
Also provides detailed installation instructions for many
|
||||
|
|
Loading…
Reference in a new issue