summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/diff.1
Commit message (Collapse)AuthorAgeFilesLines
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofDavid E. O'Brien1999-11-261-0/+12
| | | | | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h. Notes: svn path=/head/; revision=53703
* Clarify that "-w" ignores horizontal white space changes.David E. O'Brien1999-08-011-1/+1
| | | | Notes: svn path=/head/; revision=49349
* Add an example for folks who can never remember how to generate aSheldon Hearn1999-07-291-0/+14
| | | | | | | | | | recursive diff for use with send-pr(1). PR: 12440 Requested by: David Kelly <dkelly@hiwaay.net> Notes: svn path=/head/; revision=49224
* There's no -p flag to our diff.Jordan K. Hubbard1996-05-261-3/+0
| | | | Notes: svn path=/head/; revision=15916
* Fix some argument ordering and redundancy bogons.Jordan K. Hubbard1996-05-261-6/+6
| | | | Notes: svn path=/head/; revision=15914
* From: Larry Jones <scjones@thor.sdrc.com>Nate Williams1993-11-081-0/+473
Subject: man pages for diff et al. I finally got tired of not having man pages for diff and friends, so I edited the appropriate sections of the texinfo manual into man format. Notes: svn path=/head/; revision=726