diff options
Diffstat (limited to 'chapter08/patch.xml')
-rw-r--r-- | chapter08/patch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/patch.xml b/chapter08/patch.xml index 174aa9192..870007b98 100644 --- a/chapter08/patch.xml +++ b/chapter08/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> |