unstack, sort: cleanup and improvement
[minix.git] / man / man1 / cdiff.1
blobd28342c3d3ba8b7b5fc0f0f10d4f2a6684ec6a7b
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 .TP 5
19 .B \-c
20 # Provide \fIn\fR lines of context
21 .SH EXAMPLES
22 .TP 20
23 .B cdiff old new >f
24 # Write context diff on \fIf\fR
25 .TP 20
26 .B cdiff \-c1 old new >f
27 # Use only 1 line of context
28 .SH DESCRIPTION
29 .PP
30 \fICdiff\fR produces a context diff by first running \fIdiff\fR and then 
31 adding context.  
32 Some update programs, like \fIpatch\fR, can use context diffs to update
33 files, even in the presence of other, independent changes.
34 .SH "SEE ALSO"
35 .BR cmp (1),
36 .BR diff (1),
37 .BR patch (1).