diff options
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r-- | chapter06/gzip-inst.xml | 12 |
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 &&</userinput> +<para><screen><userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> @@ -17,9 +13,7 @@ Install Gzip by running the following commands: <userinput>ln -sf gzip gunzip &&</userinput> <userinput>ln -s gzip zcat &&</userinput> <userinput>ln -s gzip compress &&</userinput> -<userinput>ln -s gunzip uncompress</userinput> -</screen> -</para> +<userinput>ln -s gunzip uncompress</userinput></screen></para> </sect2> |