[Clfs-commits] commit: r3863 - /branches/clfs-embedded/BOOK/cleanup/remove-files.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 9 19:55:38 PST 2008


Author: chris at beaker67.com
Date: Thu Jan 10 03:55:37 2008
New Revision: 3863

Log:
Grammar fixes

Modified:
    branches/clfs-embedded/BOOK/cleanup/remove-files.xml

Modified: branches/clfs-embedded/BOOK/cleanup/remove-files.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cleanup/remove-files.xml (original)
+++ branches/clfs-embedded/BOOK/cleanup/remove-files.xml Thu Jan 10 03:55:37 2008
@@ -8,18 +8,18 @@
 <sect1 id="ch-cleanup-remove-files">
   <?dbhtml filename="remove-files.html"?>
 
-  <title>Remove Unecessary Files</title>
+  <title>Remove Unnecessary Files</title>
 
   <para>Well we have this system finished, we can make it smaller by
   removing files that are not necessary for our build. On this page
   we remove the bloat from our build.</para>
 
-  <para>Now lets create a backup of our build:</para>
+  <para>Now let's create a backup of our build:</para>
 
 <screen><userinput>install -dv ${CLFS}-final
 cp -arv ${CLFS}/* ${CLFS}-final/</userinput></screen>
 
-  <para>Lets remove the files we don't need anymore:</para>
+  <para>Let's remove the files we don't need anymore:</para>
 
 <screen><userinput>rm -rfv ${CLFS}-final/cross-tools
 rm -rfv ${CLFS}-final/usr/src/*
@@ -27,7 +27,7 @@
 rm -rfv ${CLFS}-final/usr/man
 rm -rfv ${CLFS}-final/usr/share/man</userinput></screen>
 
-  <para>Lets remove the static libaries:</para>
+  <para>Let's remove the static libaries:</para>
 
 <screen><userinput>FILES="`ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a`"
 for file in $FILES; do




More information about the Clfs-commits mailing list