aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mawk-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/mawk-inst.xml')
-rw-r--r--chapter06/mawk-inst.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/mawk-inst.xml b/chapter06/mawk-inst.xml
index 631ea0511..87380832b 100644
--- a/chapter06/mawk-inst.xml
+++ b/chapter06/mawk-inst.xml
@@ -1,20 +1,14 @@
<sect2>
<title>Installation of Mawk</title>
-<para>
-Install Mawk by running the following commands:
-</para>
+<para>Install Mawk by running the following commands:</para>
-<para>
-<screen>
-<userinput>./configure &amp;&amp;</userinput>
+<para><screen><userinput>./configure &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make BINDIR=/usr/bin \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;MANDIR=/usr/share/man/man1 install &amp;&amp;</userinput>
<userinput>cd /usr/bin &amp;&amp;</userinput>
-<userinput>ln -s mawk awk</userinput>
-</screen>
-</para>
+<userinput>ln -s mawk awk</userinput></screen></para>
</sect2>