aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-06 05:15:41 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-06 05:15:41 +0000
commit330c69c0727c0e67e214365c1a35a1720f27d5dc (patch)
treed960d56f60f4a271b19ff303065355b96231cc0d /chapter05
parent0153d4c8b83015d2373bb5030dd772fdcec73196 (diff)
&amp;&amp;&amp; -> &nbsp;(x3)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-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>