| 1234567891011121314151617181920212223242526 | <sect2><title>Contents</title><para>The Patch package contains the patch program.</para></sect2><sect2><title>Description</title><para>The patch program modifies a file according to a patch file. A patchfile usually is a list created by the diff program that containsinstructions on how an original file needs to be modified. Patch is useda lot for source code patches since it saves time and space. Imagineyou have a package that is 1MB in size. The next version of that packageonly has changes in two files of the first version. You can ship anentirely new package of 1MB or provide a patch file of 1KB which willupdate the first version to make it identical to the second version. Soif you have downloaded the first version already, a patch file cansave you a second large download.</para></sect2>
 |