document -a
This commit is contained in:
parent
b9771a80e6
commit
ac1d11971d
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ diff \- differential file comparator
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B diff
|
.B diff
|
||||||
[
|
[
|
||||||
.B -cefmnbwr
|
.B -acefmnbwr
|
||||||
] file1 ... file2
|
] file1 ... file2
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Diff
|
.I Diff
|
||||||
|
|
@ -127,6 +127,9 @@ The
|
||||||
.B -c
|
.B -c
|
||||||
option includes three lines of context around each
|
option includes three lines of context around each
|
||||||
change, merging changes whose contexts overlap.
|
change, merging changes whose contexts overlap.
|
||||||
|
The
|
||||||
|
.B -a
|
||||||
|
flag displays the entire file as context.
|
||||||
.PP
|
.PP
|
||||||
Except in rare circumstances,
|
Except in rare circumstances,
|
||||||
.I diff
|
.I diff
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue