aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 13:39:28 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 13:39:28 +0000
commit8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch)
tree2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/patch.xml
parentef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff)
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r--chapter06/patch.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 9bc61574c..d00473296 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -29,7 +29,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
<title>Installation of Patch</title>
<para>Prepare Patch for compilation (the preprocessor flag
-<emphasis>-D_GNU_SOURCE</emphasis> is only needed on PowerPCs, on other
+<parameter>-D_GNU_SOURCE</parameter> is only needed on PowerPCs, on other
machines you can leave it out):</para>
<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen>
@@ -59,8 +59,8 @@ machines you can leave it out):</para>
<listitem>
<indexterm zone="ch-system-patch patch"><primary sortas="b-patch">patch</primary></indexterm>
<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
+A patch file normally is a difference listing created with the <command>diff</command> program.
+By applying these differences to the original files, <command>patch</command> 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>