mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
http://www.daemonology.net/bsdiff/bsdiff-4.2.tar.gz) into the source tree. The license is a bit peculiar, but it does allow verbatim copying, which is what we do here (i.e., so don't make any changes to the sources).
32 lines
598 B
Groff
32 lines
598 B
Groff
.Dd May 18, 2003
|
|
.Dt BSPATCH 1
|
|
.Os FreeBSD
|
|
.Sh NAME
|
|
.Nm bspatch
|
|
.Nd apply a patch built with bsdiff(1)
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ao Ar oldfile Ac Ao Ar newfile Ac Ao Ar patchfile Ac
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
generates
|
|
.Ao Ar newfile Ac
|
|
from
|
|
.Ao Ar oldfile Ac
|
|
and
|
|
.Ao Ar patchfile Ac
|
|
where
|
|
.Ao Ar patchfile Ac
|
|
is a binary patch built by bsdiff(1).
|
|
.Pp
|
|
.Nm
|
|
uses memory equal to the size of
|
|
.Ao Ar oldfile Ac
|
|
plus the size of
|
|
.Ao Ar newfile Ac ,
|
|
but can tolerate a very small working set without a dramatic loss
|
|
of performance.
|
|
.Sh SEE ALSO
|
|
.Xr bsdiff 1
|
|
.Sh AUTHORS
|
|
.An Colin Percival Aq cperciva@daemonology.net
|