aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-06 05:14:58 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-06 05:14:58 +0000
commit0153d4c8b83015d2373bb5030dd772fdcec73196 (patch)
tree02a74e52a9ffc3b8a092184de71f89d992e2349c /chapter05
parentc3b7432d3fdcb9cf8389fb8e9139738106c11899 (diff)
Fixed missing </userinput> and <userinput> after \
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/mawk-static-inst.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/mawk-static-inst.sgml b/chapter05/mawk-static-inst.sgml
index b6c5413e9..22e650c00 100644
--- a/chapter05/mawk-static-inst.sgml
+++ b/chapter05/mawk-static-inst.sgml
@@ -9,8 +9,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 \
- MANDIR=$LFS/usr/share/man/man1 install</userinput>
+ <userinput>make BINDIR=$LFS/usr/bin \</userinput>
+ <userinput>&amp;&amp;&amp;MANDIR=$LFS/usr/share/man/man1 install</userinput>
</literallayout></blockquote>