patch-desc.xml 929 B

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