aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/patch.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r--chapter06/patch.xml22
1 files changed, 13 insertions, 9 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 052af9315..ad6708b25 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -45,24 +45,28 @@ machines you can leave it out):</para>
</sect2>
-<sect2 id="contents-patch"><title>Contents of Patch</title>
-
-<para><emphasis>Installed program</emphasis>: patch</para>
-
-</sect2>
+<sect2 id="contents-patch" role="content"><title>Contents of Patch</title>
+<segmentedlist>
+<segtitle>Installed program</segtitle>
+<seglistitem><seg>patch</seg></seglistitem>
+</segmentedlist>
-<sect2><title>Short description</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="patch"><command>patch</command></term>
+<listitem>
<indexterm zone="ch-system-patch patch"><primary sortas="b-patch">patch</primary></indexterm>
-<para id="patch"><command>patch</command> modifies files according to a patch file.
+<para>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 of entirely new tarballs to keep your sources
up-to-date can save you a lot of download time.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>
-
-
</sect1>