Add standard synopsis.
This commit is contained in:
parent
45a6f3aa67
commit
38d20a3b6a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10431
1 changed files with 27 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.85 2001/08/16 22:01:13 bmah Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.86 2001/08/19 23:46:43 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -21,6 +21,32 @@
|
|||
This chapter will help you decide if you want to track the
|
||||
development system, or stick with one of the released
|
||||
versions.</para>
|
||||
|
||||
<para>After reading this chapter you will know:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>The difference between the two development
|
||||
branches; &os.stable; and &os.current;.</para>
|
||||
</listitem>
|
||||
<listitem><para>How to keep your system up to date with
|
||||
<application>CVSup</application>,
|
||||
<application>CVS</application>, or
|
||||
<application>CTM</application>.</para>
|
||||
</listitem>
|
||||
<listitem><para>How to rebuild and reinstall the entire base
|
||||
system with <command>make world</command>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Before reading this chapter you should:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Properly setup your network connection (<xref
|
||||
linkend="advanced-networking">).</para>
|
||||
</listitem>
|
||||
<listitem><para>Know how to install additional third-party
|
||||
software (<xref linkend="ports">).</para></listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="current-stable">
|
||||
|
|
Loading…
Reference in a new issue