summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/files/pkgdiff.1
blob: 8af3a92f480aaed3c06603a3a2ac23a8bdbc32a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\"	$NetBSD: pkgdiff.1,v 1.2 2001/06/13 17:50:31 zuntum Exp $
.\"
.\" Copyright (c) 2000 by Hubert Feyrer <hubertf@netbsd.org>
.\" All Rights Reserved.  Absolutely no warranty.
.\"
.Dd May 14, 2000
.Dt pkgdiff
.Os
.Sh NAME
.Nm pkgdiff
.Nd diff files in a way appropriate for pkgsrc
.Sh SYNOPSIS
.Nm
.Op Ar diff(1) options
.Ar oldfile
.Ar newfile
.Sh DESCRIPTION
The 
.Nm
utility runs 
.Xr diff 1
on the named files, and generates output on stdout that is appropriate
to be put as patch file into pkgsrc. An empty NetBSD RCS ID is output
first, and some effort is made to ensure that the generated patch does
not include any RCS IDs.
.Pp
.Sh SEE ALSO
.Xr pkgvi 1 ,
.Xr cvs 1 ,
.Xr diff 1 ,
.Xr mkpatches 1 ,
.Xr patch 1