blob: 01283f8014a4df16016189d8a75f1ef720a504ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<sect2><title> </title><para> </para></sect2>
<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>
|