patch.html

来自「lfs3.1 从源代码构建linux。html版本。」· HTML 代码 · 共 167 行

HTML
167
字号
<HTML><HEAD><TITLE>Patch</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.63"><LINKREL="HOME"TITLE="Linux From Scratch"HREF="../index.html"><LINKREL="UP"TITLE="Package descriptions"HREF="../appendixa/appendixa.html"><LINKREL="PREVIOUS"TITLE="Mawk"HREF="../appendixa/mawk.html"><LINKREL="NEXT"TITLE="Sed"HREF="../appendixa/sed.html"></HEAD><BODYCLASS="sect1"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Linux From Scratch: Version 3.1</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="../appendixa/mawk.html">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Appendix A. Package descriptions</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="../appendixa/sed.html">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="sect1"><H1CLASS="sect1"><ANAME="aa-patch">A.13. Patch</A></H1><DIVCLASS="sect2"><H2CLASS="sect2"><ANAME="AEN4863">A.13.1. Contents</A></H2><P>The Patch package contains the patch program.</P></DIV><DIVCLASS="sect2"><H2CLASS="sect2"><ANAME="AEN4866">A.13.2. Description</A></H2><P>The patch program modifies a file according to a patch file. A patchfile usually is a list created by the diff program that containsinstructions on how an original file needs to be modified. Patch is useda lot for source code patches since it saves time and space. Imaginea package that is 1MB in size. The next version of that packageonly has changes in two files of the first version. It can be shipped as anentirely new package of 1MB or just as a patch file of 1KB which willupdate the first version to make it identical to the second version. Soif the first version was downloaded already, a patch file avoidsa second large download.</P></DIV></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="../appendixa/mawk.html">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="../index.html">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="../appendixa/sed.html">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Mawk</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="../appendixa/appendixa.html">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Sed</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?