diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-05 02:59:00 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-05 02:59:00 +0000 |
| commit | 78e55a1f29558e8be54566ead1e7be8ab9d45273 (patch) | |
| tree | 65fd45fa55d0cd3888b40a4f41dd3383616dfd74 /gnu/usr.bin/diff | |
| parent | 885f2f31b4599f4bc7468278c783c1c30f1f86ed (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff')
| -rw-r--r-- | gnu/usr.bin/diff/diff.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index 4acd3c9ac44d..e16f6d98dcfa 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -309,6 +309,9 @@ Use to output a line taken from just the first file in if-then-else format. .TP +.B \-p +Show which C function each change is in. +.TP .B \-P When comparing directories, if a file appears only in the second directory of the two, treat it as present but empty in the other. @@ -322,25 +325,25 @@ to paginate it. Report only whether the files differ, not the details of the differences. .TP +.B \-r +When comparing directories, recursively compare any subdirectories +found. +.TP .B \-\-rcs Output RCS-format diffs; like .B \-f except that each command specifies the number of lines affected. .TP -.B \-r -.br -.ns -.TP .B \-\-recursive When comparing directories, recursively compare any subdirectories found. .TP -.B \-s +.B \-\-report\-identical\-files .br .ns .TP -.B \-\-report\-identical\-files +.B \-s Report when two files are the same. .TP .BI "\-S " file |
