blob: aa966eebf9800ba76468d51dbb79cd35f1a3950c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<sect2><title> </title><para> </para></sect2>
<sect2><title>Descriptions</title>
<para>(Last checked against version &patch-contversion;.)</para>
<sect3><title>Program files descriptions</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>
</sect3>
</sect2>
|