aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r--chapter06/gzip-inst.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml
index 08b03a3a7..5c59c88c1 100644
--- a/chapter06/gzip-inst.xml
+++ b/chapter06/gzip-inst.xml
@@ -1,13 +1,9 @@
<sect2>
<title>Installation of Gzip</title>
-<para>
-Install Gzip by running the following commands:
-</para>
+<para>Install Gzip by running the following commands:</para>
-<para>
-<screen>
-<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
+<para><screen><userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd /usr/bin &amp;&amp;</userinput>
@@ -17,9 +13,7 @@ Install Gzip by running the following commands:
<userinput>ln -sf gzip gunzip &amp;&amp;</userinput>
<userinput>ln -s gzip zcat &amp;&amp;</userinput>
<userinput>ln -s gzip compress &amp;&amp;</userinput>
-<userinput>ln -s gunzip uncompress</userinput>
-</screen>
-</para>
+<userinput>ln -s gunzip uncompress</userinput></screen></para>
</sect2>