summaryrefslogtreecommitdiff
path: root/man/diff.x
Commit message (Collapse)AuthorAgeFilesLines
* doc: ensure each program has a man/*.x file: add "SEE ALSO" referencesJim Meyering2011-06-121-1/+1
| | | | | | | | | * 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.
* doc: add a reference to wdiff(1) from diff.1Jim Meyering2011-03-181-0/+2
* man/diff.x: New file, to add "SEE ALSO" reference to wdiff(1). * man/Makefile.am (diff.1): Depend on diff.x. ($(dist_man1_MANS)): Tell help2man to include diff.x. (EXTRA_DIST): Add diff.x. Suggestion from Dan Jacobson in http://bugs.debian.org/613319