diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-10 21:54:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-10 21:54:19 +0000 |
commit | 7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (patch) | |
tree | d68b7391b0d003715a45408476c7c533e379a76a /chapter06/patch.xml | |
parent | e80267c363a9d95b305ac6870b3c0fdb5c0dfa68 (diff) |
Minor text and punctuation updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index e75881820..6c6c6852b 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -79,10 +79,10 @@ <varlistentry id="patch"> <term><command>patch</command></term> <listitem> - <para>Modifies files according to a patch file. A patch file is + <para>Modifies files according to a patch file [A patch file is normally 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</para> + <command>patch</command> creates the patched versions.]</para> <indexterm zone="ch-system-patch patch"> <primary sortas="b-patch">patch</primary> </indexterm> |