Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 03:27:52 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r44068 - head/en_US.ISO8859-1/books/fdp-primer/doc-build
Message-ID:  <201402260327.s1Q3Rq9T072956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Wed Feb 26 03:27:51 2014
New Revision: 44068
URL: http://svnweb.freebsd.org/changeset/doc/44068

Log:
  Restore <replaceable> tags lost in the DocBook5 conversion.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml	Wed Feb 26 03:26:09 2014	(r44067)
+++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml	Wed Feb 26 03:27:51 2014	(r44068)
@@ -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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260327.s1Q3Rq9T072956>