diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
commit | 2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch) | |
tree | 1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter03/introduction.xml | |
parent | c0220ed5ba7ba1e225c98fa61ada101103548bf3 (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.xml | 8 |
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> |