View | Details | Raw Unified | Return to bug 59991
Collapse All | Expand All

(-)gnu/usr.bin/diff/diff.1 (+4 lines)
Lines 474-479 Link Here
474
.TP
474
.TP
475
.B \-y
475
.B \-y
476
Use the side by side output format.
476
Use the side by side output format.
477
.SH RETURN VALUE
478
.I diff
479
returns a 0 if the files are identical or a 1 if the files differ. If one or
480
both of the files cannot be opened, then the return value is set to 2.
477
.SH ENVIRONMENT
481
.SH ENVIRONMENT
478
The environment variable
482
The environment variable
479
.B DIFF_OPTIONS
483
.B DIFF_OPTIONS

Return to bug 59991