aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/createdirs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/createdirs.xml')
-rw-r--r--chapter07/createdirs.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml
index 90980d264..6a6ee3470 100644
--- a/chapter07/createdirs.xml
+++ b/chapter07/createdirs.xml
@@ -1,18 +1,12 @@
<sect1 id="ch07-createdirs">
<title>Creating directories</title>
-<para>
-We need to start by creating a few extra directories that are used by
-the boot scripts. These directories are created by running:
-</para>
+<para>We need to start by creating a few extra directories that are used by
+the boot scripts. These directories are created by running:</para>
-<para>
-<screen>
-<userinput>cd /etc &amp;&amp;</userinput>
+<para><screen><userinput>cd /etc &amp;&amp;</userinput>
<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &amp;&amp;</userinput>
-<userinput>cd init.d</userinput>
-</screen>
-</para>
+<userinput>cd init.d</userinput></screen></para>
</sect1>