diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-01 14:35:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-01 14:35:06 +0000 |
commit | 762603ef7eb72a98b7562c9104f1a15174e6523a (patch) | |
tree | 386480919568ac1ef24f92340a65bd6d0c7892b3 | |
parent | 7f5f7fe4eb73177f59ff0b755c3287f472bde182 (diff) |
removed spurious 'from'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/whystatic.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/whystatic.xml b/chapter05/whystatic.xml index b784b5bfd..634191db4 100644 --- a/chapter05/whystatic.xml +++ b/chapter05/whystatic.xml @@ -15,7 +15,7 @@ the program is compiled, these libraries of code are linked together with the new program, so that it can use any of the functions that the library has.</para> -<para>However, these libraries can be very large (for example, libc.a from +<para>However, these libraries can be very large (for example, libc.a can often be around 2.5MB), so you may not want a separate copy of each library attached to the program. Just imagine if you had a simple command like ls with an extra 2.5MB attached to it! Instead of making the library |