aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/fileutils-exp.xml')
-rw-r--r--chapter05/fileutils-exp.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter05/fileutils-exp.xml b/chapter05/fileutils-exp.xml
index edb99ae09..fdaa829fd 100644
--- a/chapter05/fileutils-exp.xml
+++ b/chapter05/fileutils-exp.xml
@@ -2,13 +2,13 @@
<title>Command explanations</title>
<para><screen><userinput>sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
-<userinput> lib/Makefile.in &gt; tmp &amp;&amp;</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;lib/Makefile.in &gt; tmp &amp;&amp;</userinput>
<userinput>sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
-<userinput> tmp &gt; lib/Makefile.in : </userinput></screen> This is used
-to fix a problem with building fileutils statically on glibc 2.2.3 systems. If
-this isn't done, then there is the possibility of all of the fileutils
-programs causing segmentation faults once chroot is entered in chapter
-6.</para>
+<userinput>&nbsp;&nbsp;&nbsp;tmp &gt; lib/Makefile.in : </userinput></screen> This
+is used to fix a problem with building fileutils statically on glibc 2.2.3
+systems. If this isn't done, then there is the possibility of all of the
+fileutils programs causing segmentation faults once chroot is entered
+in chapter 6.</para>
<para><userinput>--libexecdir=$LFS/bin:</userinput> This configure option will
set the program executable directory to $LFS/bin. This is normally set