aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/diffutils-desc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appendixa/diffutils-desc.xml')
-rw-r--r--appendixa/diffutils-desc.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/appendixa/diffutils-desc.xml b/appendixa/diffutils-desc.xml
index 6acf02110..d8653fecb 100644
--- a/appendixa/diffutils-desc.xml
+++ b/appendixa/diffutils-desc.xml
@@ -6,18 +6,16 @@
<sect3><title>Program file descriptions</title>
-<sect4><title>cmp and diff</title>
-<para>cmp and diff both compare two files and report their differences. Both
-programs have extra options which compare files in
-different situations.</para></sect4>
-
-<sect4><title>diff3</title>
-<para>The difference between diff and diff3 is that diff compares 2 files,
-diff3 compares 3 files.</para></sect4>
-
-<sect4><title>sdiff</title>
-<para>sdiff merges two files and interactively outputs
-the results.</para></sect4>
+<para><command>cmp</command> compares two files and reports whether or
+in which bytes they differ.</para>
+
+<para><command>diff</command> compares two files or directories and reports
+which lines in the files differ.</para>
+
+<para><command>diff3</command> compares three files line by line.</para>
+
+<para><command>sdiff</command> merges two files and interactively outputs
+the results.</para>
</sect3>