%general-entities; ]> patch &patch-version;
&patch-url;
Patch-&patch-version; Patch <para>The Patch package contains a program for modifying or creating files by applying a <quote>patch</quote> file typically created by the <command>diff</command> program.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&patch-ch6-sbu;</seg> <seg>&patch-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>安装Patch 准备安装 Patch: ./configure --prefix=/usr 编译该软件包: make 运行下列命令以测试编译结果: make check 安装该软件包: make install Patch 的内容 安装的程序 patch 简要描述 patch Modifies files according to a patch file [A patch file is normally a difference listing created with the diff program. By applying these differences to the original files, patch creates the patched versions.] patch