summaryrefslogtreecommitdiff
path: root/man/diff.x
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-12 10:14:22 +0200
committerJim Meyering <meyering@redhat.com>2011-06-12 10:25:15 +0200
commit929cf564727acb17435e98b6d05e9d6453f10808 (patch)
treee78ac9c31ce487289c6c86ca6019b5d7a135c6db /man/diff.x
parentdf0a31f6110b14cce7d1b3fa5a48a38d603a4e12 (diff)
downloaddiffutils-929cf564727acb17435e98b6d05e9d6453f10808.tar.gz
doc: ensure each program has a man/*.x file: add "SEE ALSO" references
* man/cmp.x: New file. * man/diff3.x: New file. * man/sdiff.x: New file. * man/diff.x: Add xrefs to the other three programs, and to patch. * man/Makefile.am (EXTRA_DIST): List new files. (cmp.1, diff3.1, sdiff.1): Depend on each .x file.
Diffstat (limited to 'man/diff.x')
-rw-r--r--man/diff.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/diff.x b/man/diff.x
index 52e605c..fdb69d2 100644
--- a/man/diff.x
+++ b/man/diff.x
@@ -1,2 +1,2 @@
[SEE ALSO]
-wdiff(1)
+wdiff(1), cmp(1), diff3(1), sdiff(1), patch(1)