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