diff options
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> |