From b5b4c76da297fa34a26f131a1e020ce201511151 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 29 Dec 2001 16:20:39 +0000 Subject: missing space between "rm" and "both" git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/whystatic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/whystatic.xml b/chapter05/whystatic.xml index 9877ceff8..316449d1e 100644 --- a/chapter05/whystatic.xml +++ b/chapter05/whystatic.xml @@ -28,7 +28,7 @@ it. So now we have a 1kb file and a 2.5MB file, but we still haven't saved any space (except maybe RAM until the library is needed). The REAL advantage to dynamically linked libraries is that we only need one copy of the library. -If ls and rmboth use the same +If ls and rm both use the same library, then we don't need two copies of the library, as they can both get the code from the same file. Even when in memory, both programs share the same code, rather than loading -- cgit v1.2.3-54-g00ecf