diff --git a/en_US.ISO8859-1/articles/solid-state/article.xml b/en_US.ISO8859-1/articles/solid-state/article.xml
index 97e41a6d70..c0f0608a04 100644
--- a/en_US.ISO8859-1/articles/solid-state/article.xml
+++ b/en_US.ISO8859-1/articles/solid-state/article.xml
@@ -203,11 +203,11 @@ pseudo-device md # memory disk
mounted read-only with /etc/fstab can be
made read-write at any time by issuing the command:
- &prompt.root; /sbin/mount -uw partition
+ &prompt.root; /sbin/mount -uw partition
and can be toggled back to read-only with the command:
- &prompt.root; /sbin/mount -ur partition
+ &prompt.root; /sbin/mount -ur partition
@@ -452,14 +452,14 @@ pseudo-device md # memory disk
It is now assumed that Apache keeps its log files in a
- directory apache_log_dir
+ directory apache_log_dir
outside of /var.
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 /etc/rc.d/var to
create in /var, and to link
- apache_log_dir
+ apache_log_dir
to /var/log/apache. It is also necessary
to set permissions and ownership on this new directory.
@@ -474,11 +474,11 @@ pseudo-device md # memory disk
&prompt.root; chmod 0774 /var/log/apache
&prompt.root; chown nobody:nobody /var/log/apache
- Finally, remove the existing apache_log_dir
+ Finally, remove the existing apache_log_dir
directory, and replace it with a link:
- &prompt.root; rm -rf apache_log_dir
-&prompt.root; ln -s /var/log/apache apache_log_dir
+ &prompt.root; rm -rf apache_log_dir
+&prompt.root; ln -s /var/log/apache apache_log_dir