Fix title capitalization and markup.

This commit is contained in:
Warren Block 2012-05-20 03:40:37 +00:00
parent e135ad5528
commit b310d64e46
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38844

View file

@ -105,7 +105,7 @@
</sect1> </sect1>
<sect1 id="doc-build-makefiles"> <sect1 id="doc-build-makefiles">
<title>Understanding Makefiles in the Documentation tree</title> <title>Understanding <filename>Makefile</filename>s in the Documentation Tree</title>
<para>There are three main types of <filename>Makefile</filename>s <para>There are three main types of <filename>Makefile</filename>s
in the FreeBSD Documentation Project tree.</para> in the FreeBSD Documentation Project tree.</para>
@ -134,7 +134,7 @@
</itemizedlist> </itemizedlist>
<sect2 id="sub-make"> <sect2 id="sub-make">
<title>Subdirectory Makefiles</title> <title>Subdirectory <filename>Makefile</filename>s</title>
<para>These <filename>Makefile</filename>s usually take the form <para>These <filename>Makefile</filename>s usually take the form
of:</para> of:</para>
@ -192,7 +192,7 @@ DOC_PREFIX?= ${.CURDIR}/..
</sect2> </sect2>
<sect2 id="doc-make"> <sect2 id="doc-make">
<title>Documentation Makefiles</title> <title>Documentation <filename>Makefile</filename>s</title>
<para>These <filename>Makefile</filename>s set a bunch of <para>These <filename>Makefile</filename>s set a bunch of
<application>make</application> variables that describe how to <application>make</application> variables that describe how to
@ -248,7 +248,7 @@ DOC_PREFIX?= ${.CURDIR}/../../..
</sect1> </sect1>
<sect1 id="make-includes"> <sect1 id="make-includes">
<title>FreeBSD Documentation Project make includes</title> <title>FreeBSD Documentation Project <application>Make</application> Includes</title>
<para>This is best explained by inspection of the code. Here are <para>This is best explained by inspection of the code. Here are
the system include files:</para> the system include files:</para>
@ -279,7 +279,7 @@ DOC_PREFIX?= ${.CURDIR}/../../..
</itemizedlist> </itemizedlist>
<sect2> <sect2>
<title>doc.project.mk</title> <title><filename>doc.project.mk</filename></title>
<para>By inspection:</para> <para>By inspection:</para>
@ -345,7 +345,7 @@ PRI_LANG?= en_US.ISO8859-1
</sect2> </sect2>
<sect2> <sect2>
<title>doc.subdir.mk</title> <title><filename>doc.subdir.mk</filename></title>
<para>This is too long to explain by inspection, you should be <para>This is too long to explain by inspection, you should be
able to work it out with the knowledge gained from the able to work it out with the knowledge gained from the
@ -379,7 +379,7 @@ PRI_LANG?= en_US.ISO8859-1
</sect3> </sect3>
<sect3> <sect3>
<title>Targets and macros</title> <title>Targets and Macros</title>
<para>Dependencies are described by <para>Dependencies are described by
<literal><replaceable>target</replaceable>: <literal><replaceable>target</replaceable>:
@ -429,7 +429,7 @@ PRI_LANG?= en_US.ISO8859-1
up.</para> up.</para>
<sect4> <sect4>
<title>Provided targets</title> <title>Provided Targets</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -454,7 +454,7 @@ PRI_LANG?= en_US.ISO8859-1
</sect3> </sect3>
<sect3> <sect3>
<title>More on conditionals</title> <title>More on Conditionals</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -476,7 +476,7 @@ PRI_LANG?= en_US.ISO8859-1
</sect3> </sect3>
<sect3> <sect3>
<title>Looping constructs in make (.for)</title> <title>Looping Constructs in <command>make (.for)</command></title>
<para><literal>.for</literal> provides a way to repeat a set <para><literal>.for</literal> provides a way to repeat a set
of instructions for each space-separated element in a of instructions for each space-separated element in a