From 32cee45c7138e9385d0341d093a03d7f660ec749 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 26 May 2002 21:25:09 +0000 Subject: Applied Alex Groenewoud's namesandspaces.dat patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/patch-desc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appendixa/patch-desc.xml') diff --git a/appendixa/patch-desc.xml b/appendixa/patch-desc.xml index 1f09caab4..8bdce2ed3 100644 --- a/appendixa/patch-desc.xml +++ b/appendixa/patch-desc.xml @@ -10,9 +10,9 @@ file usually is a list created by the diff program that contains instructions on how an original file needs to be modified. Patch is used a lot for source code patches since it saves time and space. Imagine -a package that is 1MB in size. The next version of that package +a package that is 1 MB in size. The next version of that package only has changes in two files of the first version. It can be shipped as an -entirely new package of 1MB or just as a patch file of 1KB which will +entirely new package of 1 MB or just as a patch file of 1 KB which will update the first version to make it identical to the second version. So if the first version was downloaded already, a patch file avoids a second large download. -- cgit v1.2.3-54-g00ecf