bspatch(1) - Linux man page
Name
bspatch - apply a patch built with bsdiff(1)
Synopsis
bspatch <
oldfile> < newfile> < patchfile>
-
Description
bspatch generates <
newfile> from < oldfile> and < patchfile> where < patchfile> is a binary patch built by bsdiff(1). bspatch uses memory equal to the size of < oldfile> plus the size of < newfile>, but can tolerate a very small working set without a dramaticloss of performance.
See Also
bsdiff(1)
Authors
Colin Percival <cperciva@freebsd.org>
FreeBSD May 18, 2003 FreeBSD