mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
19 lines
586 B
XML
19 lines
586 B
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<para>(Last checked against version &patch-contversion;.)</para>
|
|
|
|
<sect3><title>Program file 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>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|