svn commit: r44693 - head/en_US.ISO8859-1/articles/solid-state

Warren Block wblock at FreeBSD.org
Tue Apr 29 02:50:32 UTC 2014


Author: wblock
Date: Tue Apr 29 02:50:31 2014
New Revision: 44693
URL: http://svnweb.freebsd.org/changeset/doc/44693

Log:
  Restore lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/articles/solid-state/article.xml

Modified: head/en_US.ISO8859-1/articles/solid-state/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/solid-state/article.xml	Tue Apr 29 02:46:48 2014	(r44692)
+++ head/en_US.ISO8859-1/articles/solid-state/article.xml	Tue Apr 29 02:50:31 2014	(r44693)
@@ -203,11 +203,11 @@ pseudo-device   md              # memory
       mounted read-only with <filename>/etc/fstab</filename> can be
       made read-write at any time by issuing the command:</para>
 
-    <screen>&prompt.root; <userinput>/sbin/mount -uw partition</userinput></screen>
+    <screen>&prompt.root; <userinput>/sbin/mount -uw <replaceable>partition</replaceable></userinput></screen>
 
     <para>and can be toggled back to read-only with the command:</para>
 
-    <screen>&prompt.root; <userinput>/sbin/mount -ur partition</userinput></screen>
+    <screen>&prompt.root; <userinput>/sbin/mount -ur <replaceable>partition</replaceable></userinput></screen>
   </sect1>
 
   <sect1>
@@ -452,14 +452,14 @@ pseudo-device   md              # memory
       </note>
 
       <para>It is now assumed that Apache keeps its log files in a
-	directory <filename>apache_log_dir</filename>
+	directory <filename><replaceable>apache_log_dir</replaceable></filename>
 	outside of <filename>/var</filename>.
 	When this directory lives on a read-only filesystem, Apache
 	will not be able to save any log files, and may have problems
 	working.  If so, it is necessary to add a new directory to the
 	list of directories in <filename>/etc/rc.d/var</filename> to
 	create in <filename>/var</filename>, and to link
-	<filename>apache_log_dir</filename>
+	<filename><replaceable>apache_log_dir</replaceable></filename>
 	to <filename>/var/log/apache</filename>.  It is also necessary
 	to set permissions and ownership on this new directory.</para>
 
@@ -474,11 +474,11 @@ pseudo-device   md              # memory
       <screen>&prompt.root; <userinput>chmod 0774 /var/log/apache</userinput>
 &prompt.root; <userinput>chown nobody:nobody /var/log/apache</userinput></screen>
 
-      <para>Finally, remove the existing <filename>apache_log_dir</filename>
+      <para>Finally, remove the existing <filename><replaceable>apache_log_dir</replaceable></filename>
 	directory, and replace it with a link:</para>
 
-      <screen>&prompt.root; <userinput>rm -rf apache_log_dir</userinput>
-&prompt.root; <userinput>ln -s /var/log/apache apache_log_dir</userinput></screen>
+      <screen>&prompt.root; <userinput>rm -rf <replaceable>apache_log_dir</replaceable></userinput>
+&prompt.root; <userinput>ln -s /var/log/apache <replaceable>apache_log_dir</replaceable></userinput></screen>
     </sect2>
   </sect1>
 </article>


More information about the svn-doc-head mailing list