diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-16 16:57:07 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-16 16:57:07 +0000 |
commit | 2a886719107086e5d447f6d304dd1a3046dcdd29 (patch) | |
tree | ae809f5961ec19a5af4ad0b3da47c200d210638e /chapter06/patch.xml | |
parent | bc2136ecacbb2f5d6d888fdf1e0432f052a3e0f4 (diff) |
Added command tags to patch.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6012 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 7ea07ddf4..1f8ae595a 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -13,7 +13,8 @@ <sect2 role="package"><title/> <para>The Patch package contains a program for modifying or creating files by -applying a <quote>patch</quote> file typically created by the diff program.</para> +applying a <quote>patch</quote> file typically created by the +<command>diff</command> program.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> |