diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/diff.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/man1/diff.1 b/man/man1/diff.1 index 237fc57b..dbb598ef 100644 --- a/man/man1/diff.1 +++ b/man/man1/diff.1 @@ -4,7 +4,7 @@ diff \- differential file comparator .SH SYNOPSIS .B diff [ -.B -efmnbwr +.B -cefmnbwr ] file1 ... file2 .SH DESCRIPTION .I Diff @@ -123,6 +123,11 @@ not useful with in the opposite order. It may, however, be useful as input to a stream-oriented post-processor. .PP +The +.B -c +option includes three lines of context around each +change, merging changes whose contexts overlap. +.PP Except in rare circumstances, .I diff finds a smallest sufficient set of file |