diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/patch-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/patch-desc.xml')
-rw-r--r-- | appendixa/patch-desc.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/appendixa/patch-desc.xml b/appendixa/patch-desc.xml index 729a52acb..3ebfed531 100644 --- a/appendixa/patch-desc.xml +++ b/appendixa/patch-desc.xml @@ -1,12 +1,11 @@ -<sect2> -<title>Contents</title> +<sect2><title>Contents of patch-&patch-contversion;</title> -<para>The Patch package contains the patch program.</para> +<sect3><title>Program Files</title> +<para>patch</para></sect3> -</sect2> - -<sect2><title>Description</title> +<sect3><title>Descriptions</title> +<sect4><title>patch</title> <para>The patch program modifies a file according to a patch file. A patch file usually is a list created by the diff program that contains instructions on how an original file needs to be modified. Patch is used @@ -16,7 +15,9 @@ only has changes in two files of the first version. It can be shipped as an entirely new package of 1MB or just as a patch file of 1KB which will update the first version to make it identical to the second version. So if the first version was downloaded already, a patch file avoids -a second large download.</para> +a second large download.</para></sect4> + +</sect3> </sect2> |