.\" $NetBSD: pkgdiff.1,v 1.3 2001/12/03 19:03:22 wiz Exp $ .\" .\" Copyright (c) 2000 by Hubert Feyrer .\" All Rights Reserved. Absolutely no warranty. .\" .Dd May 14, 2000 .Dt PKGDIFF 1 .Os .Sh NAME .Nm pkgdiff .Nd diff files in a way appropriate for pkgsrc .Sh SYNOPSIS .Nm .Op Ar 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 .Nx RCS ID is output first, and some effort is made to ensure that the generated patch does not include any RCS IDs. .Pp .Ar options can be any options that are allowed for .Xr diff 1 . .Sh SEE ALSO .Xr cvs 1 , .Xr diff 1 , .Xr mkpatches 1 , .Xr patch 1 , .Xr pkgvi 1