aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-04-12 13:27:45 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-04-12 13:27:45 +0000
commitb73249aa28a5b9916eac1de5a67997c5b0cc3b1a (patch)
tree292b20cd9feea5a4c77cb7fa5dd2906480f26b5c
parent9e187828fb908b2bd5067f42d3b92bb6ad12b049 (diff)
no need for <literal> tag here
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/creatingdirs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/creatingdirs.xml b/chapter05/creatingdirs.xml
index f8a0ecf03..fcbc16db0 100644
--- a/chapter05/creatingdirs.xml
+++ b/chapter05/creatingdirs.xml
@@ -10,7 +10,7 @@ Issuing the following commands will create a default directory layout:</para>
<para><screen><userinput>cd $LFS &amp;&amp;
mkdir -p bin boot dev/pts etc/opt home lib mnt proc root sbin tmp var opt &amp;&amp;
for dirname in $LFS/usr $LFS/usr/local
-<literal>&nbsp;&nbsp;&nbsp;do</literal>
+&nbsp;&nbsp;&nbsp;do
&nbsp;&nbsp;&nbsp;mkdir $dirname
&nbsp;&nbsp;&nbsp;cd $dirname
&nbsp;&nbsp;&nbsp;mkdir bin etc include lib sbin share src