Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 20:25:05 +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: r44684 - head/en_US.ISO8859-1/articles/fbsd-from-scratch
Message-ID:  <201404282025.s3SKP5qe024356@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Mon Apr 28 20:25:05 2014
New Revision: 44684
URL: http://svnweb.freebsd.org/changeset/doc/44684

Log:
  Restore lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/articles/fbsd-from-scratch/article.xml

Modified: head/en_US.ISO8859-1/articles/fbsd-from-scratch/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/fbsd-from-scratch/article.xml	Mon Apr 28 20:23:08 2014	(r44683)
+++ head/en_US.ISO8859-1/articles/fbsd-from-scratch/article.xml	Mon Apr 28 20:25:05 2014	(r44684)
@@ -233,7 +233,7 @@
       argument, like</para>
 
     <informalexample>
-      <screen>&prompt.root; <userinput>./stage_1.sh default</userinput></screen>
+      <screen>&prompt.root; <userinput>./stage_1.sh <replaceable>default</replaceable></userinput></screen>
     </informalexample>
 
     <para>will read its configuration from
@@ -306,7 +306,7 @@
 
       <listitem>
         <para>successfully completed <command>make buildkernel
-            KERNCONF=whatever</command></para>
+            KERNCONF=<replaceable>whatever</replaceable></command></para>
       </listitem>
     </itemizedlist>
 
@@ -426,7 +426,7 @@ Do you wish to delete what is left of /v
       with exactly one argument to denote a config file, e.g.</para>
 
     <informalexample>
-      <screen>&prompt.root; <userinput>./stage_2.sh default</userinput></screen>
+      <screen>&prompt.root; <userinput>./stage_2.sh <replaceable>default</replaceable></userinput></screen>
     </informalexample>
 
     <para>which will read the list of ports from
@@ -498,7 +498,7 @@ news inn-stable       CONFIGURE_ARGS="--
       what you want to configure simply by running:</para>
 
     <informalexample>
-      <screen>&prompt.root; <userinput>make -f stage_3.mk target</userinput></screen>
+      <screen>&prompt.root; <userinput>make -f stage_3.mk <replaceable>target</replaceable></userinput></screen>
     </informalexample>
 
     <para>As with <filename>stage_2.sh</filename> make sure you have



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