Restore <replaceable> tags lost in the DocBook5 conversion.

This commit is contained in:
Warren Block 2014-02-26 03:27:51 +00:00
parent 6089a94b38
commit 2b88e75022
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44068

View file

@ -92,7 +92,7 @@
<para><link linkend="make-includes"><application>Make</application>
includes</link> are the glue that perform the document
production, and are usually of the form
<filename>doc.xxx.mk</filename>.</para>
<filename>doc.<replaceable>xxx</replaceable>.mk</filename>.</para>
</listitem>
</itemizedlist>
@ -338,9 +338,9 @@ PRI_LANG?= en_US.ISO8859-1
<title>Targets and Macros</title>
<para>Dependencies are described by
<literal>target:
dependency1 dependency2
...</literal> tuples, where to build
<literal><replaceable>target</replaceable>:
<replaceable>dependency1 dependency2
...</replaceable></literal> tuples, where to build
<literal>target</literal>, the given
dependencies must be built first.</para>