add/re-enable at_wini debug output
[minix3.git] / man / man1 / cdiff.1
blob9f9e99e03ea154ba4152ac0f54ddee67402e59bc
1 .TH CDIFF 1
2 .SH NAME
3 cdiff \- context diff
4 .SH SYNOPSIS
5 \fBcdiff\fR [\fB\-c\fIn\fR] \fIoldfile \fInewfile\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .FL "\-c" "Provide \fIn\fR lines of context"
19 .SH EXAMPLES
20 .EX "cdiff old new >f" "Write context diff on \fIf\fR"
21 .EX "cdiff \-c1 old new >f" "Use only 1 line of context"
22 .SH DESCRIPTION
23 .PP
24 \fICdiff\fR produces a context diff by first running \fIdiff\fR and then 
25 adding context.  
26 Some update programs, like \fIpatch\fR, can use context diffs to update
27 files, even in the presence of other, independent changes.
28 .SH "SEE ALSO"
29 .BR cmp (1),
30 .BR diff (1),
31 .BR patch (1).