ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
BSPATCH(1) BSD General Commands Manual BSPATCH(1) 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 dramatic loss of performance. SEE ALSO bsdiff(1) AUTHORS Colin Percival <cperciva@daemonology.net> FreeBSD May 18, 2003 FreeBSD |
|