aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/theend.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter09/theend.xml')
-rw-r--r--chapter09/theend.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 418e05403..61e8cfcbb 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -30,8 +30,8 @@ the strip man page for other strip options you can use. The general idea
is to not run strip on libraries (other than --strip-debug), just to be
on the safe side.</para>
-<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
-&nbsp;&nbsp;&nbsp;-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
+<screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
+&nbsp;&nbsp;&nbsp;-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen>
<para>It may be a good idea to create the $LFS/etc/lfs file. By
having this file it is very easy for you (and for us if you are going to ask
@@ -39,7 +39,7 @@ for help with something at some point) to find out which LFS version
you have installed on your system. Create the $LFS/etc/lfs file by
running the following command:</para>
-<para><screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen></para>
+<screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen>
</sect1>