aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/mawk-static-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/mawk-static-inst.sgml')
-rw-r--r--chapter05/mawk-static-inst.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/mawk-static-inst.sgml b/chapter05/mawk-static-inst.sgml
index 22e650c00..64347744e 100644
--- a/chapter05/mawk-static-inst.sgml
+++ b/chapter05/mawk-static-inst.sgml
@@ -10,7 +10,8 @@ Install Mawk by running the following commands:
<userinput>./configure &amp;&amp;</userinput>
<userinput>make CFLAGS=-static &amp;&amp;</userinput>
<userinput>make BINDIR=$LFS/usr/bin \</userinput>
- <userinput>&amp;&amp;&amp;MANDIR=$LFS/usr/share/man/man1 install</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;MANDIR=$LFS/usr/share/man/man1
+ install</userinput>
</literallayout></blockquote>