patch-desc.xml 468 B

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