aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/introduction.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
commit2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch)
tree1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter03/introduction.xml
parentc0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff)
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r--chapter03/introduction.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml
index 58df880cc..98fc93e62 100644
--- a/chapter03/introduction.xml
+++ b/chapter03/introduction.xml
@@ -53,15 +53,15 @@
<ulink url="../wget-list">wget-list</ulink> as an input to
<command>wget</command>. For example:</para>
-<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
+<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
- <para>Additionally, starting with LFS-7.0, there is a separate file,
+ <para>Additionally, starting with LFS-7.0, there is a separate file,
<ulink url="../md5sums">md5sums</ulink>, can be used to verify that all
- the correct packages are available before proceeding. Place that file in
+ the correct packages are available before proceeding. Place that file in
<filename class="directory">$LFS/sources</filename> and run:</para>
<screen role="nodump"><userinput>pushd $LFS/sources
md5sum -c md5sums
-popd</userinput></screen>
+popd</userinput></screen>
</sect1>