patch-desc.xml 933 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &patch-contversion;.)</para>
  4. <sect3><title>Program files descriptions</title>
  5. <sect4><title>patch</title>
  6. <para>The patch program modifies a file according to a patch file. A patch
  7. file usually is a list, created by the diff program, that contains
  8. instructions on how an original file needs to be modified. Patch is used
  9. a lot for source code patches since it saves time and space. Imagine
  10. a package that is 1 MB in size. The next version of that package
  11. only has changes in two files of the first version. It can be shipped as an
  12. entirely new package of 1 MB or just as a patch file of 1 KB, which will
  13. update the first version to make it identical to the second version. So
  14. if the first version was downloaded already, a patch file avoids
  15. a second large download.</para></sect4>
  16. </sect3>
  17. </sect2>