diff options
| author | Manolis Kiagias <manolis@FreeBSD.org> | 2008-11-12 21:46:08 +0000 |
|---|---|---|
| committer | Manolis Kiagias <manolis@FreeBSD.org> | 2008-11-12 21:46:08 +0000 |
| commit | ee158cd6006fb27e3bfcfcaff8440fa1e9b0cccb (patch) | |
| tree | b85e6e1c0dce96a4b057efec6c0849c20cf3e29d | |
| parent | e5c7a4e8a3d4ccb102ff10900e5755b80dcf7cd2 (diff) | |
Add the three new chapters in Handbook's 'preface' entries
Reported by: Fender <fender0107401@gmail.com> (via doc@)
Notes
svn path=/head/; revision=33211
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/preface/preface.sgml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/handbook/preface/preface.sgml b/en_US.ISO8859-1/books/handbook/preface/preface.sgml index 433e7e8dce..a92102442b 100644 --- a/en_US.ISO8859-1/books/handbook/preface/preface.sgml +++ b/en_US.ISO8859-1/books/handbook/preface/preface.sgml @@ -389,6 +389,13 @@ </listitem> </varlistentry> <varlistentry> + <term><emphasis><xref linkend="filesystems">, File Systems Support</emphasis></term> + <listitem> + <para>Examines support of non-native file systems in &os;, like the Z + File System from &sun;.</para> + </listitem> + </varlistentry> + <varlistentry> <term><emphasis><xref linkend="vinum-vinum">, Vinum</emphasis></term> <listitem> <para>Describes how to use Vinum, a logical volume manager @@ -420,10 +427,27 @@ that process.</para> </listitem> </varlistentry> + <varlistentry> + <term><emphasis><xref linkend="dtrace">, Dtrace</emphasis> + <listitem> + <para>Describes how to configure and use the DTrace tool from &sun; + in &os;. Dynamic tracing can help locate performance issues, by + performing real time system analysis.</para> + </listitem> + </varlistentry> <!-- Part IV - Network Communications --> <varlistentry> + <term><emphasis><xref linkend="updating">, Updating &os;</emphasis> + <listitem> + <para>Describes the latest system utilities that may be used to + update a &os; system. These are &man.freebsd-update.8; for + the base system, and &man.portsnap.8; for the + Ports Collection.</para> + </listitem> + </varlistentry> + <varlistentry> <term><emphasis><xref linkend="serialcomms">, Serial Communications</emphasis></term> <listitem> <para>Explains how to connect terminals and modems to your |
