Convert an inline section list to a more visible <variablelist>,
with each section outlined in a separate item of itself.
This commit is contained in:
parent
1c11b92af7
commit
84de0217ca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28873
1 changed files with 49 additions and 11 deletions
|
@ -98,7 +98,7 @@
|
||||||
FreeBSD development where all new changes first enter the system.
|
FreeBSD development where all new changes first enter the system.
|
||||||
FreeBSD-STABLE is the development branch from which major releases
|
FreeBSD-STABLE is the development branch from which major releases
|
||||||
are made. Changes go into this branch at a different pace, and
|
are made. Changes go into this branch at a different pace, and
|
||||||
with general assumption that they have first gone into
|
with the general assumption that they have first gone into
|
||||||
FreeBSD-CURRENT and have been thoroughly tested by our user
|
FreeBSD-CURRENT and have been thoroughly tested by our user
|
||||||
community.</para>
|
community.</para>
|
||||||
|
|
||||||
|
@ -134,16 +134,54 @@
|
||||||
<emphasis>RELENG_<replaceable>X</replaceable>_<replaceable>Y</replaceable></emphasis>
|
<emphasis>RELENG_<replaceable>X</replaceable>_<replaceable>Y</replaceable></emphasis>
|
||||||
branches updated.</para>
|
branches updated.</para>
|
||||||
|
|
||||||
<para><xref linkend="release-proc"> discusses the
|
<sect2>
|
||||||
different phases of the release engineering process leading up to
|
<title>What this article describes</title>
|
||||||
the actual system build and <xref linkend="release-build">
|
|
||||||
describes the actual build process. <xref
|
<para>The following sections of this article describe:</para>
|
||||||
linkend="extensibility"> describes how the base
|
|
||||||
release may be extended by third parties and <xref
|
<variablelist>
|
||||||
linkend="lessons-learned"> details some of the
|
<varlistentry>
|
||||||
lessons learned through the release of FreeBSD 4.4. Finally,
|
<term><xref linkend="release-proc"></term>
|
||||||
<xref linkend="future"> presents future directions
|
|
||||||
of development.</para>
|
<listitem>
|
||||||
|
<para>The different phases of the release engineering process
|
||||||
|
leading up to the actual system build.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><xref linkend="release-build"></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>The actual build process.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><xref linkend="extensibility"></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>How the base release may be extended by third parties.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><xref linkend="lessons-learned"></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Some of the lessons learned through the release of &os; 4.4.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><xref linkend="future"></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Future directions of development.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<!-- Release Process -->
|
<!-- Release Process -->
|
||||||
|
|
Loading…
Reference in a new issue