patch-desc.xml 586 B

123456789101112131415161718
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Description</title>
  3. <para>(Last checked against version &patch-contversion;.)</para>
  4. <sect3><title>Program file description</title>
  5. <para><command>patch</command> modifies files according to a patch file.
  6. A patch file normally is a difference listing created with the diff program.
  7. By applying these differences to the original files, patch creates the patched
  8. versions. Using patches instead a entire new tarballs to keep your sources
  9. up-to-date can save you a lot of download time.</para>
  10. </sect3>
  11. </sect2>